[Bug 27344] Remove Element.setAttributeNodeNS()?

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

--- Comment #13 from Arkadiusz Michalski (Spirit) <crimsteam@gmail.com> ---
(In reply to Anne from comment #10)
> It's also silly if setAttribute() and setAttributeNode() are different, no?

This also relates to NamedNodeMaps methods which in some cases have the same
effect. Changing behaviour only for one method (like in above comment12) may
unnecessary introduce a bigger mess than we have today. Will be better if all
methods (excluding *NS) have the same behavior when they finding attribute (ie.
for HTML namepsace passing name is convert to small ASCII, etc.). The only
exception might be for situation when change is necessary because of the
compatibility (but it will probably affect the oldest code).

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

Received on Tuesday, 18 November 2014 18:18:32 UTC