Re: [csswg-drafts] [css-forms-1] UA styles for base appearance listbox select elements (#12510)

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