-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix invalid HTML: /> syntax on non-void elements #40473
Conversation
trusted-types/TrustedTypePolicyFactory-getAttributeType-namespace.tentative.html
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but please carefully check before/after results in browsers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
media-capture LGTM, I assume that's why the bot wants me to look at this.
0 diff in test results vs merge base: |
In VSCode, I searched for
and replaced with
(with some manual fixups)
Files to include:
*.html, *.htm
Files to exclude:
dom/nodes/, domparsing/, quirks/, conformance-checkers/, acid/
(these are testing XML parsing, except Acid3 which has pseudo-markup in comments)