[Bug 25016] Element.getAttributeNode

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

--- Comment #3 from Anne <annevk@annevk.nl> ---
If we are going to have createAttribute(), and getAttributeNode() /
setAttributeNode(), I would expect these signatures:

Attr createAttribute(DOMString localName)
Attr? getAttributeNode(DOMString name)
Attr? setAttributeNode(Attr attribute)

And roughly equivalent semantics to how they are implemented today, including
throwing "InuseAttributeError".

Note that createAttribute() is different between Gecko and WebKit/Blink.
Gecko's behavior makes more sense given the lack of namespaces.

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

Received on Tuesday, 18 March 2014 10:19:53 UTC