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 14075 - indexOf method on HTMLCollection
Summary: indexOf method on HTMLCollection
Status: NEW
Alias: None
Product: DOM TS
Classification: Unclassified
Component: ECMAScript Binding (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-08 06:58 UTC by bugzilla33
Modified: 2011-09-08 06:58 UTC (History)
0 users

See Also:


Attachments

Description bugzilla33 2011-09-08 06:58:25 UTC
Please specify HTMLCollection.prototype.indexOf(element, index)

working the same as Array.prototype.indexOf(value, index)