Bug 169339

Summary: Drop select.remove() / options.remove() overloads taking an option element in parameter
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cdumez, darin, rniwa, sam
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2017-03-07 20:51:00 PST
Drop select.remove() / options.remove() overloads taking an option element in parameter. It is non-standard: - https://html.spec.whatwg.org/multipage/forms.html#the-select-element - https://html.spec.whatwg.org/multipage/infrastructure.html#htmloptionscollection It is not supported by Firefox and was removed from Chrome: - https://bugs.chromium.org/p/chromium/issues/detail?id=345697 - https://bugs.chromium.org/p/chromium/issues/detail?id=398627 Chrome UseCounter data shows consistent 0% usage: - https://www.chromestatus.com/metrics/feature/timeline/popularity/398
Attachments
Patch (8.49 KB, patch)
2017-03-07 21:22 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2017-03-07 21:22:44 PST
Chris Dumez
Comment 2 2017-03-08 16:31:00 PST
Comment on attachment 303777 [details] Patch Clearing flags on attachment: 303777 Committed r213607: <http://trac.webkit.org/changeset/213607>
Chris Dumez
Comment 3 2017-03-08 16:31:04 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.