- From: Joey Arhar via GitHub <noreply@w3.org>
- Date: Thu, 04 Sep 2025 15:58:57 +0000
- To: public-css-archive@w3.org
Thanks Luke! Here is the latest set of proposed UA styles with the border put back in:
```css
select {
overflow-inline: auto;
overflow-block: auto;
display: inline-block;
border: 1px solid currentColor;
box-sizing: border-box;
/* Use decision from here for field-sizing when that happens:
* https://github.com/w3c/csswg-drafts/issues/11838 */
}
```
--
GitHub Notification of comment by josepharhar
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12510#issuecomment-3254406663 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 4 September 2025 15:58:58 UTC