Bug 169339 - Drop select.remove() / options.remove() overloads taking an option element in parameter
Summary: Drop select.remove() / options.remove() overloads taking an option element in...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2017-03-07 20:51 PST by Chris Dumez
Modified: 2017-03-08 16:31 PST (History)
5 users (show)

See Also:


Attachments
Patch (8.49 KB, patch)
2017-03-07 21:22 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 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
Comment 1 Chris Dumez 2017-03-07 21:22:44 PST
Created attachment 303777 [details]
Patch
Comment 2 Chris Dumez 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>
Comment 3 Chris Dumez 2017-03-08 16:31:04 PST
All reviewed patches have been landed.  Closing bug.