RESOLVED FIXED 76579
createAttributeNS should understand that "xmlns" is allowed in the http://www.w3.org/2000/xmlns/
https://bugs.webkit.org/show_bug.cgi?id=76579
Summary createAttributeNS should understand that "xmlns" is allowed in the http://www...
WebKit Review Bot
Reported 2012-01-18 15:16:55 PST
AttributeNS should understand that "xmlns" is allowed in the http://www.w3.org/2000/xmlns/ Requested by abarth on #webkit.
Attachments
Patch (8.71 KB, patch)
2012-01-18 22:53 PST, Adam Barth
no flags
Adam Barth
Comment 1 2012-01-18 22:53:37 PST
Eric Seidel (no email)
Comment 2 2012-01-18 23:15:00 PST
Comment on attachment 123077 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=123077&action=review > Source/WebCore/dom/Document.h:862 > + static bool hasValidNamespaceForElements(const QualifiedName&); > + static bool hasValidNamespaceForAttributes(const QualifiedName&); Should we jsut mvoe this onto QualifiedName?
Adam Barth
Comment 3 2012-01-18 23:47:23 PST
> Should we jsut mvoe this onto QualifiedName? Yes. I should also move the prefix character validator code there too.
WebKit Review Bot
Comment 4 2012-01-19 00:31:29 PST
Comment on attachment 123077 [details] Patch Clearing flags on attachment: 123077 Committed r105391: <http://trac.webkit.org/changeset/105391>
WebKit Review Bot
Comment 5 2012-01-19 00:31:33 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.