[Bug 27344] Remove Attr.setAttributeNodeNS()?

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

--- Comment #8 from Anne <annevk@annevk.nl> ---
Per specification the difference between setAttributeNode and
setAttributeNodeNS is how the attribute to be replaced is found.

E.g. if you have

  xml:lang (no namespace)
  xml:lang (some namespace)

on an element, those methods would differ in which of the two attributes get
replaced.

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

Received on Tuesday, 18 November 2014 11:42:27 UTC