[Bug 27344] Remove Attr.setAttributeNodeNS()?

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

--- Comment #7 from Philip Jägenstedt <philipj@opera.com> ---
(In reply to Arkadiusz Michalski (Spirit) from comment #6)
> (In reply to Philip Jägenstedt from comment #3)
> > I noticed that they were different, but since they're aliases that
> > difference doesn't seem needed for Web compat. Isn't this just like the
> > removeAttributeNode()/removeAttributeNodeNS() situation?
> > removeAttributeNodeNS() was a simple alias in Blink, and it was removed.
> 
> Existence removeAttributeNodeNS () does not make sense by itself:
> http://www.w3.org/DOM/faq.html#removeAttributeNodeNS

I'm saying that setAttributeNodeNS() also does not make sense by itself,
because as implemented in at least Blink and Presto (now dead) it's just an
alias of setAttributeNode().

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

Received on Tuesday, 18 November 2014 10:52:50 UTC