Skip to content

gh-149489: Fix ElementTree serialization to HTML#149490

Open
serhiy-storchaka wants to merge 1 commit intopython:mainfrom
serhiy-storchaka:xml-etree-serialize-html
Open

gh-149489: Fix ElementTree serialization to HTML#149490
serhiy-storchaka wants to merge 1 commit intopython:mainfrom
serhiy-storchaka:xml-etree-serialize-html

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka commented May 7, 2026

  • The content of comments, processing instructions and elements "xmp", "iframe", "noembed", "noframes", and "plaintext" is no longer escaped.
  • The "plaintext" element no longer have the closing tag.
  • Add support of empty attributes (with value None).

* The content of comments, processing instructions and elements "xmp",
  "iframe", "noembed", "noframes", and "plaintext" is no longer escaped.
* The "plaintext" element no longer have the closing tag.
* Add support of empty attributes (with value None).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant