[Bug 13917] [create an element for a token] Should use getAttribute/setAttribute or define order of attributes manually.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13917

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #5 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-12 19:37:00 UTC ---
Hm, yeah. Having the order exposed anywhere is unfortunate, but I guess it is
exposed in the DOM since you can enumerate them... Maybe the enumeration should
have a fixed order (alphabetical?) or some such? Seems bad to make the parser
have to track order, and it seems bad that UAs would have to keep track of the
order (since for some elements, UAs might want to store certain attribute
values in custom ways rather than keeping them in an ordered map with all the
other attributes).

-- 
Configure bugmail: http://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 Wednesday, 12 October 2011 19:37:03 UTC