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

Apologies I couldn't be present for this discussion. Using `overflow: auto` seems fine I think they were separated because initially I had a different value. In the end i think auto is better than hidden for inline.

As for making the size attribute work it *might* be desirable? Would you then have to set `field-sizing: content` if you didn't want it at a fixed size? Or would it get a style like (obviously not exactly)

```css
  max-height: attr(size)lh;
  min-height: attr(size)lh;
```

-- 
GitHub Notification of comment by lukewarlow
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12510#issuecomment-3308642070 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 18 September 2025 17:16:05 UTC