- From: <bugzilla@jessica.w3.org>
- Date: Mon, 17 Nov 2014 22:01:28 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27344 --- Comment #3 from Philip Jägenstedt <philipj@opera.com> --- (In reply to Anne from comment #1) > If you look at the algorithms it seems somewhat hard to imagine them being > aliased. 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. >From some quick greping, it looks like setAttributeNodeNS() was an alias of setAttributeNode() in Presto as well, whereas Gecko does something more like the spec in `SetNamedItemInternal(Attr& aNode, bool aWithNS, ErrorResult& aError)`. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 17 November 2014 22:01:29 UTC