[Webkit-unassigned] [Bug 200230] Second call to setAttributeNS creates non-prefixed attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 30 10:53:50 PDT 2019


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

--- Comment #6 from Chris Dumez <cdumez at apple.com> ---
XMLSerializer.serializeToString() returns the correct output:
"<g xmlns=\"http://www.w3.org/2000/svg\" ex:attr=\"3\" xmlns:ex=\"http://example.com\"/>"

g.outerHTML looks OK to:
"<g attr=\"3\"></g>"

I am not sure how Web Inspector is coming up with <g ex:attr="2" attr="3"></g>.

-- 
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/20190730/1b58078e/attachment-0001.html>


More information about the webkit-unassigned mailing list