DescriptionUpdate the order of named properties on HTMLCollection objects
Update the order of named properties on HTMLCollection objects to match a
recent DOM specification fix:
https://github.com/whatwg/dom/commit/8b9338049201d075b1cae365562dfb40fe46d567
If an Element contributes both its id and its name, its id should always
precede its name when enumerating. This is more consistent with the HTML5 spec
and with the behavior of Firefox 27.
R=haraken, arv, tkent
BUG=341269
TEST=fast/dom/htmlcollection-enumerated-properties.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167090
Patch Set 1 #Patch Set 2 : Reup #
Messages
Total messages: 10 (0 generated)
|