- From: Joey Arhar via GitHub <noreply@w3.org>
- Date: Thu, 02 Oct 2025 15:35:34 +0000
- To: public-css-archive@w3.org
Here are the latest proposed UA styles with the latest resolution:
```css
select {
overflow: 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 */
block-size: calc(max(24px, 1lh) * attr(size type(<integer>), 4));
}
```
--
GitHub Notification of comment by josepharhar
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12510#issuecomment-3361899172 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 2 October 2025 15:35:35 UTC