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 23184 - "collection(index)" in HTMLCollection domintro's are not backed by the spec
Summary: "collection(index)" in HTMLCollection domintro's are not backed by the spec
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: 2013-09-08 20:53 UTC by contributor
Modified: 2013-09-12 20:35 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2013-09-08 20:53:12 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html
Multipage: http://www.whatwg.org/C#htmlformcontrolscollection-0
Complete: http://www.whatwg.org/c#htmlformcontrolscollection-0
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/

Comment:
"collection(index)" in HTMLCollection domintro's are not backed by the spac

Posted from: 109.133.17.253 by ms2ger@gmail.com
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20130609 Firefox/24.0
Comment 1 Ian 'Hixie' Hickson 2013-09-09 22:43:49 UTC
HTMLCollection is in DOM, not HTML. Can you elaborate on what you mean? The two occurrences of collection(index) in HTML both have legacycaller specified.
Comment 2 Ms2ger 2013-09-10 07:11:08 UTC
They don't inherit an indexed legacycaller, and you only add a named legacycaller, so "collection(name)" is correct, but "collection(index)" isn't.
Comment 3 Ian 'Hixie' Hickson 2013-09-11 21:18:15 UTC
Aah, right.
Comment 4 contributor 2013-09-12 20:35:47 UTC
Checked in as WHATWG revision r8180.
Check-in comment: Remove non-normative reference to the now-removed legacycaller indexed getter.
http://html5.org/tools/web-apps-tracker?from=8179&to=8180