- From: <bugzilla@jessica.w3.org>
- Date: Mon, 17 Nov 2014 13:00:04 +0000
- To: www-dom@w3.org
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: 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/#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.
Received on Monday, 17 November 2014 13:00:06 UTC