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 15609 - Returning a NodeList from getElementsByTagName and company is likely not web-compatible as things stand
Summary: Returning a NodeList from getElementsByTagName and company is likely not web-...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-18 16:40 UTC by Boris Zbarsky
Modified: 2012-03-06 22:11 UTC (History)
5 users (show)

See Also:


Attachments

Comment 1 Anne 2012-02-17 15:56:23 UTC
Fixed: https://bitbucket.org/ms2ger/dom-core/changeset/d3fc2c51e2eb

Thanks for the report!
Comment 2 Ryosuke Niwa 2012-03-06 22:01:24 UTC
Anne, you didn't change the return values of getElementsBy* on Element but that they should also be HTMLCollection, right?
Comment 3 Ryosuke Niwa 2012-03-06 22:11:04 UTC
Oops, my bad. They DO return HTMLCollection. I must have been reading some stale version of the spec :( Sorry about the confusion.