This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20396 - Now DOM is updated to check for the name attribute on all elements HTMLAllCollection might need some alignment (or a new definition for supported property names).
Summary: Now DOM is updated to check for the name attribute on all elements HTMLAllCol...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-14 20:06 UTC by contributor
Modified: 2013-04-09 21:48 UTC (History)
5 users (show)

See Also:


Attachments

Description contributor 2012-12-14 20:06:56 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#htmlallcollection-0
Complete: http://www.whatwg.org/c#htmlallcollection-0

Comment:
Now DOM is updated to check for the name attribute on all elements
HTMLAllCollection might need some alignment (or a new definition for supported
property names).

Posted from: 82.161.179.17 by annevk@annevk.nl
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.21 (KHTML, like Gecko) Chrome/25.0.1354.0 Safari/537.21
Comment 1 Ian 'Hixie' Hickson 2013-02-13 00:03:08 UTC
Wait, why did this change?

Do you have the old definition so I can just use that?
Comment 2 Anne 2013-02-13 10:25:27 UTC
Bug 16571 contains rationale, diff is located here: https://github.com/whatwg/dom/commit/1400a64aff1f2155f9cfa935624b4bfbc4f7c66b (The old definition is not good as it did not deal with ordering.)
Comment 3 contributor 2013-04-09 21:48:44 UTC
Checked in as WHATWG revision r7798.
Check-in comment: Fix document.all since DOM changed out from under us... also, ack for previous checkin
http://html5.org/tools/web-apps-tracker?from=7797&to=7798