[Bug 27344] New: Remove Attr.setAttributeNodeNS()?
| 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.