This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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
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.
They don't inherit an indexed legacycaller, and you only add a named legacycaller, so "collection(name)" is correct, but "collection(index)" isn't.
Aah, right.
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