[Bug 25016] Element.getAttributeNode

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

--- Comment #5 from Anne <annevk@annevk.nl> ---
There was always an assocation. An element holds a list of attributes after
all. Given that, throwing for

  document.head.setAttributeNode(document.body.attributes[0])

seems cheap. How did you envision getting rid of it?

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

Received on Tuesday, 18 March 2014 17:21:19 UTC