- From: <bugzilla@jessica.w3.org>
- Date: Mon, 18 Aug 2014 15:45:17 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25016 --- Comment #14 from Anne <annevk@annevk.nl> --- Done: createAttribute[NS]: https://github.com/whatwg/dom/commit/522710bc4be13d2e1d826f94c54d1de9956ec920 (Fallout is bug 26599 on abstracting out a common algorithm.) Todo: Element.prototype.getAttributeNode[NS], Element.setAttributeNode[NS], removeAttributeNode (no NS version), NamedNodeMap.prototype.setNamedItem[NS]. As discussed on IRC it probably makes no sense to try to remove any of these as the complexity in all of them is the concept of attributes holding a reference to their element and we cannot get rid of that. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 18 August 2014 15:45:19 UTC