NEW312504
Base appearance for select multiple drop-down
https://bugs.webkit.org/show_bug.cgi?id=312504
Summary Base appearance for select multiple drop-down
Joey Arhar
Reported 2026-04-16 13:15:12 PDT
In this HTML PR, we are defining base appearance for <select multiple size=1>: https://github.com/whatwg/html/pull/12069 The following example should render as a base appearance multi-select drop-down box: <select multiple size=1> <option>one</option> <option>two</option> </select> <style> select, ::picker(select) { appearance: base-select; } </style>
Attachments
Radar WebKit Bug Importer
Comment 1 2026-04-23 13:16:10 PDT
Note You need to log in before you can comment on or make changes to this bug.