[webkit-reviews] review granted: [Bug 76579] createAttributeNS should understand that "xmlns" is allowed in the http://www.w3.org/2000/xmlns/ : [Attachment 123077] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 18 23:15:00 PST 2012


Eric Seidel <eric at webkit.org> has granted Adam Barth <abarth at webkit.org>'s
request for review:
Bug 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

Attachment 123077: Patch
https://bugs.webkit.org/attachment.cgi?id=123077&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
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?


More information about the webkit-reviews mailing list