[Webkit-unassigned] [Bug 76143] New: setAttributeNS should comply with the obscure rules of DOM2, just like createAttributeNS and createElementNS do

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 19:50:51 PST 2012


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

           Summary: setAttributeNS should comply with the obscure rules of
                    DOM2, just like createAttributeNS and createElementNS
                    do
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: ian at hixie.ch, abarth at webkit.org
        Depends on: 16833


setAttributeNS should comply with the obscure rules of DOM2, just like createAttributeNS and createElementNS do

http://samples.msdn.microsoft.com/ietestcenter/domcore/showdomcoretest.htm?Exception_Element_setAttributeNS3
http://samples.msdn.microsoft.com/ietestcenter/domcore/showdomcoretest.htm?Exception_Element_setAttributeNS4
http://samples.msdn.microsoft.com/ietestcenter/domcore/showdomcoretest.htm?Exception_Element_setAttributeNS5

Noticed that we didn't implement this oddity. :)

I implemented the createAttributeNS and createElementNS versions of this code for Acid3.

Don't make me do setAttributeNodeNS or getAttributeNodeNS too. :p

-- 
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