[Webkit-unassigned] [Bug 117394] DOMSerializer creates invalid XML when setAttributeNS() has been used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 12 11:41:34 PDT 2022


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

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

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

--- Comment #3 from Ahmad Saleem <zlip.792 at gmail.com> ---
*** Safari Technical Preview 151 ****

> In JSFiddle:

"<test xmlns=\"http://www.example.com\" xml:id=\"abc\" NS1:foo=\"bar\" xmlns:NS1=\"http://www.example.com/dummy/namespace\"/>"

> In Browser Console:

<test xmlns="http://www.example.com" xml:id="abc" NS1:foo="bar" xmlns:NS1="http://www.example.com/dummy/namespace"/>


** Chrome Canary 106 ***

> In JSFiddle:

"<test xmlns=\"http://www.example.com\" xml:id=\"abc\" xmlns:ns1=\"http://www.example.com/dummy/namespace\" ns1:foo=\"bar\"/>"

> In Browser Console:

<test xmlns="http://www.example.com" xml:id="abc" xmlns:ns1="http://www.example.com/dummy/namespace" ns1:foo="bar"/>


*** Firefox Nightly 105 ***

> In JSFiddle:

"<test xmlns=\"http://www.example.com\" xml:id=\"abc\" a0:foo=\"bar\" xmlns:a0=\"http://www.example.com/dummy/namespace\"/>"

> In Browser Console:

<test xmlns="http://www.example.com" xml:id="abc" NS1:foo="bar" xmlns:NS1="http://www.example.com/dummy/namespace"/>

___________

I am not sure now web-spec so I am going to just post updated results. 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/20220812/ddb9764f/attachment.htm>


More information about the webkit-unassigned mailing list