[Bug 27344] New: Remove Attr.setAttributeNodeNS()?

[email protected]
Newsgroups gmane.comp.web.dom.general
Message-ID <[email protected]/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27344

            Bug ID: 27344
           Summary: Remove Attr.setAttributeNodeNS()?
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

https://dom.spec.whatwg.org/#dom-element-setattributenodens

It has the same signature as setAttributeNode() and in Blink it's simply an
alias.

Usage is very low:
https://www.chromestatus.com/metrics/feature/timeline/popularity/216

NamedNodeMap.setNamedItemNS() is similar, it's an alias of
NamedNodeMap.setNamedItem() in Blink:
https://www.chromestatus.com/metrics/feature/timeline/popularity/311

If they can't be removed, then either the spec needs to make the aliases or
Blink needs to figure out what the difference between them is.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.