- From: Joey Arhar via GitHub <sysbot+gh@w3.org>
- Date: Tue, 18 Jun 2024 17:07:27 +0000
- To: public-css-archive@w3.org
Thanks for making an issue for this! I imagine I could replace the `::select-fallback-datalist` or `::select-datalist` pseudo-element that [I've implemented and proposed](https://github.com/w3c/csswg-drafts/issues/10462) with `::picker(select)` and have everything work the same. I like how this enables incremental opt-in, but would still require us to implement/ship appearance:base for all the non-picker form controls to truly make it incremental, right? I also like how it enables appearance:base for the button and the popup separately, but I imagine that some authors wouldn't like the additional CSS needed to go from `select { appearance:base-select; }` to `select { appearance:base; } select::picker(select) { appearance:base; }`. -- GitHub Notification of comment by josepharhar Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10440#issuecomment-2176583417 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 18 June 2024 17:07:28 UTC