# Bug report There are several bugs which prevent generation of correct HTML: * Comment and "processing instruction" content should not be escaped. Similar bug was fixed for XML in #46995. * There are more elements besides `<script>` and `<style>` whose content should not be escaped. * `<plaintext>` does not have the closing tag, and its content should not be escaped. * Empty attributes (with value `None`) are not supported. <!-- gh-linked-prs --> ### Linked PRs * gh-149490 * gh-150592 * gh-150593 * gh-150594 * gh-150595 * gh-150596 * gh-150609 <!-- /gh-linked-prs -->
Bug report
There are several bugs which prevent generation of correct HTML:
<script>and<style>whose content should not be escaped.<plaintext>does not have the closing tag, and its content should not be escaped.None) are not supported.Linked PRs