Re: [csswg-drafts] Styling form control pickers (#10440)

If I'm understanding correctly (I might not be), that revises the proposed resolutions to:

- `appearance:base` will apply to the in-page parts (only) of all form controls (including <select>), and, to avoid forwards-compat problems, must ship simultaneously on all form controls
- `::picker(keyword) { appearance: base }` will apply to form control pickers as an opt-in to styleable pickers, with the keyword allowing per-control-type incremental shipping of styleable pickers; to avoid forwards-compat problems, we will consider a keywordless variant only once all form controls can be opted in
- if `appearance: base` on all in-page controls is not ready in time for `<select>`, we may add `appearance: base-select` whose behavior is equivalent to `appearance: base`, but only applies to `<select>` and its picker (`::picker(select)`)

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10440#issuecomment-2303554166 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 22 August 2024 02:25:38 UTC