[Webkit-unassigned] [Bug 126605] DOM serialization: < and > should not be quoted in HTML attribute values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 1 14:33:36 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=126605

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #12 from Ahmad Saleem <zlip.792 at gmail.com> ---
>From attached URL JSBin - I get following:

*** Safari 15.6 on macOS 12.5 ***

Serialized HTML: <div quoteme="< > & " '  "></div>

Serialized XML: <div xmlns="http://www.w3.org/1999/xhtml" quoteme="< > & " '  "></div>

*** Firefox Nightly 105 ***

Serialized HTML: <div quoteme="< > & " '  "></div>

Serialized XML: <div xmlns="http://www.w3.org/1999/xhtml" quoteme="< > & " '  "></div>

*** Chrome Canary 106 ***

Serialized HTML: <div quoteme="< > & " '  "></div>

Serialized XML: <div xmlns="http://www.w3.org/1999/xhtml" quoteme="< > & " '  "></div>

_____________

Do we need to use anything else? Just wanted to share updated test cases. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220801/b729321b/attachment.htm>


More information about the webkit-unassigned mailing list