[Bug 27344] Remove Attr.setAttributeNodeNS()?

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

--- Comment #4 from Philip Jägenstedt <philipj@opera.com> ---
(In reply to Arkadiusz Michalski (Spirit) from comment #2)
> Hello, this two bugs frome Firefox exist in Blink too (you can check the
> test cases):
> 
> https://bugzilla.mozilla.org/show_bug.cgi?id=1061234
> https://bugzilla.mozilla.org/show_bug.cgi?id=1075702
> 
> Some works on Gecko was started to fix them.
> 
> Blink has wrong behaviour for more attribute's methods around NamedNodeMap
> and Element interfaces (I test all some time ago). IE is worst here more
> then Firefox and Chrome together:)

I trust that Blink is not per the current DOM Standard in many respects. If
there are any particularly bad cases that give you trouble, let me know and
I'll look into fixing them. Given the usage, I can't imagine
setAttributeNodeNS() is such a case.

> Here we have explanation why all methods have been restored (even if they
> are ugly and in most cases has small usage):
> https://www.w3.org/Bugs/Public/show_bug.cgi?id=25016#c13

Did you paste the wrong link? It's true that a bunch of Attr-related methods
were removed from the spec and then restored, but I don't think any *NS()
method played any part.

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

Received on Monday, 17 November 2014 22:10:19 UTC