[Webkit-unassigned] [Bug 117764] Serializer doesn't handling inconsistent prefixes properly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 19 11:12:32 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117764
--- Comment #2 from Alex Milowski <alex at milowski.com> 2013-06-19 11:11:09 PST ---
Created an attachment (id=205019)
--> (https://bugs.webkit.org/attachment.cgi?id=205019&action=review)
An example of inconsistent handling of namespaces for attributes
Here is the missing attachment that I thought I filed with the original bug.
The test does:
1. Creates two attributes with different namespaces but the same prefix.
2. Redefined a common prefix (xlink).
The outcome right now is:
1. The "p" prefix is declared twice with to different namespace URIs.
2. A extra xmlns:xlink attribute that maps the the XLink namespace URI is added.
Of course, that won't parser properly on the way back in.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list