NEW286642
Enhanced <select>
https://bugs.webkit.org/show_bug.cgi?id=286642
Summary Enhanced <select>
Joey Arhar
Reported 2025-01-28 13:10:31 PST
Customizable select is a feature update to the select element which contains several parts listed here: https://github.com/whatwg/html/issues/9799 - Relax <select> parser https://bugs.webkit.org/show_bug.cgi?id=283732 - appearance:base for <select> or appearance:base-select - https://drafts.csswg.org/css-ui-4/#base-appearance - https://github.com/whatwg/html/pull/10629 - ::picker(select) pseudo-element https://drafts.csswg.org/css-forms-1/#selectordef-picker - ::picker-icon pseudo-element https://drafts.csswg.org/css-forms-1/#picker-icon-pseudo-element - ::checkmark pseudo-element https://drafts.csswg.org/css-forms-1/#checkmark-element - <selectedcontent> element https://github.com/whatwg/html/pull/10633 - UA stylesheet for base appearance <select> https://github.com/whatwg/html/pull/10670
Attachments
Radar WebKit Bug Importer
Comment 1 2025-02-04 13:11:14 PST
Anne van Kesteren
Comment 2 2025-10-02 05:56:59 PDT
Renaming this to better capture how I think about it at least. One thing not mentioned in OP that's also going to be needed is all the various semantic changes to account for the fact that all the elements involved no longer have a parent-child relationship, but instead require traversing the ancestor chain.
Note You need to log in before you can comment on or make changes to this bug.