- From: Joey Arhar via GitHub <noreply@w3.org>
- Date: Thu, 24 Jul 2025 05:06:09 +0000
- To: public-css-archive@w3.org
Instead of comparing the styles to select with a picker, maybe just listing the styles which will apply when its a listbox is easier to understand: ```css select:has-picker { overflow-inline: auto; overflow-block: auto; border: 1px solid currentColor; display: inline-block; user-select: none; } ``` -- GitHub Notification of comment by josepharhar Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12510#issuecomment-3111976077 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 24 July 2025 05:06:09 UTC