-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Escape < and > when serializing HTML attribute values #44842
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
Escape < and > when serializing HTML attribute values #44842
Conversation
EWS run on previous version of this PR (hash 7865a3e) |
7865a3e
to
4ff571c
Compare
EWS run on previous version of this PR (hash 4ff571c) |
I realize this is a draft, but looks good. |
4ff571c
to
9cf7a0f
Compare
EWS run on previous version of this PR (hash 9cf7a0f) |
9cf7a0f
to
a369a55
Compare
EWS run on previous version of this PR (hash a369a55) |
a369a55
to
b14c702
Compare
EWS run on current version of this PR (hash b14c702) |
https://bugs.webkit.org/show_bug.cgi?id=292432 rdar://150520333 Reviewed by Ryosuke Niwa and Sam Weinig. Implement whatwg/html#6362 and add a preference in case we find out we have to disable it in certain cases. The preference does not impact the recently added getHTML() method on Element and ShadowRoot as that should be new enough to not matter. Add new test from: web-platform-tests/wpt#27501 Canonical link: https://commits.webkit.org/295149@main
b14c702
to
b3e11f0
Compare
Committed 295149@main (b3e11f0): https://commits.webkit.org/295149@main Reviewed commits have been landed. Closing PR #44842 and removing active labels. |
b3e11f0
b14c702