[Bug 27344] Remove Element.setAttributeNodeNS()?

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

--- Comment #14 from Philip Jägenstedt <philipj@opera.com> ---
In Blink, NamedNodeMap.setNamedItem() already forwards to
Element.setAttributeNode() and NamedNodeMap.setNamedItemNS() is just an alias
of NamedNodeMap.setNamedItem() so effectively there are 4 methods that do
exactly the same thing.

Obviously I do not propose changing only one of these, but making them all do
the simplest thing that's Web compatible and removing the ones that have close
to zero usage.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 18 November 2014 19:07:21 UTC