[Bug 17176] Element attributes should not be required to be stored in an ordered list, .innerHTML remains unspecified

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

--- Comment #2 from Simon Pieters <simonp@opera.com> 2012-05-25 08:33:41 UTC ---
We can't remove indexing of .attributes for Web compat. Even the named getter
for attributes needs to know the order because there can be multiple attributes
with the same name. This means that we have to specify the order for
.attributes. DOM4 says it's an ordered list. The HTML spec should say what the
order should be in parsing and serialization.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 25 May 2012 08:34:16 UTC