[Bug 27344] Remove Element.setAttributeNodeNS()?

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

--- Comment #22 from Philip Jägenstedt <philipj@opera.com> ---
This WebKit bug is about case-insensitive matching in setAttributeNode():
https://bugs.webkit.org/show_bug.cgi?id=90341

This makes it rather doubtful that the spec could make setAttributeNode()
behave like setAttributeNodeNS() :(

What Blink currently does is an odd combination where the qualified name is
used, but case is ignored depending only on the HTML-ness of the element and
document, not depending on which of the setAttributeNode*() functions were
called.

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

Received on Thursday, 20 November 2014 14:28:20 UTC