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 23198 - Shadowing HTMLCollection.namedItem in HTMLOptionsCollection seems unnecessary
Summary: Shadowing HTMLCollection.namedItem in HTMLOptionsCollection seems unnecessary
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: 23399
  Show dependency treegraph
 
Reported: 2013-09-10 13:36 UTC by contributor
Modified: 2013-09-30 18:23 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2013-09-10 13:36:42 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html
Multipage: http://www.whatwg.org/C#htmloptionscollection
Complete: http://www.whatwg.org/c#htmloptionscollection
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/

Comment:
Shadowing HTMLCollection.namedItem in HTMLOptionsCollection seems
uns-necessary

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 Ms2ger 2013-09-10 13:37:14 UTC
Since it does exactly the same as the inherited one.
Comment 2 Ian 'Hixie' Hickson 2013-09-12 20:38:06 UTC
The difference is the new one has legacycaller. I suppose we could do that a different way?
Comment 3 Ms2ger 2013-09-23 19:21:14 UTC
I think just 'legacycaller;' plus a little bit of prose would work.
Comment 4 contributor 2013-09-23 19:37:38 UTC
Checked in as WHATWG revision r8193.
Check-in comment: Remove duplication in IDL
http://html5.org/tools/web-apps-tracker?from=8192&to=8193