Bug 30695 - Drop .tags() support from HTMLCollection
Summary: Drop .tags() support from HTMLCollection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-22 17:10 PDT by Ian 'Hixie' Hickson
Modified: 2009-10-24 15:37 PDT (History)
1 user (show)

See Also:


Attachments
patch (52.47 KB, patch)
2009-10-23 10:33 PDT, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian 'Hixie' Hickson 2009-10-22 17:10:51 PDT
HTML5 has tentatively dropped support for .tags() on HTMLCollection, limiting it to document.all's HTMLAllCollection only. We should try dropping support to see if that's tenable.
Comment 1 Sam Weinig 2009-10-23 10:33:47 PDT
Created attachment 41731 [details]
patch
Comment 2 Anders Carlsson 2009-10-23 10:48:24 PDT
Comment on attachment 41731 [details]
patch

r=me
Comment 3 Sam Weinig 2009-10-24 15:37:22 PDT
Oops.  This was fixed in r49998.