[Bug 28109] New: Inconsistent argument naming in createElementNS and createAttributeNS

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28109

            Bug ID: 28109
           Summary: Inconsistent argument naming in createElementNS and
                    createAttributeNS
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: philipj@opera.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

https://dom.spec.whatwg.org/#document

Element createElementNS(DOMString? namespace, DOMString qualifiedName)

vs

Attr createAttributeNS(DOMString? namespace, DOMString name);

The algorithms look very similar, it seems like createAttributeNS should call
its argument qualifiedName too. Maybe. Blink's IDL files do anyway.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 26 February 2015 16:58:51 UTC