Bug 30695

Summary: Drop .tags() support from HTMLCollection
Product: WebKit Reporter: Ian 'Hixie' Hickson <ian>
Component: DOMAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch andersca: review+

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.