WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
312504
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-04-23 13:16:10 PDT
<
rdar://problem/175451234
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug