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

Here is the open discussion about field-sizing, which I think we should defer the UA field-sizing value for: https://github.com/w3c/csswg-drafts/issues/11838

Here's the issue about user-select for the select element and buttons: https://github.com/whatwg/html/issues/10876#issuecomment-2555554057

Now that I read the user-select issue again, I realize that it is more about buttons than listboxes or the select's picker, so I think we should remove the user-select rule from my proposed styles here for listboxes and just let it inherit.

Thanks for the feedback @emilio

Here are a new set of UA styles:
```css
select {
  overflow-inline: auto;
  overflow-block: auto;
  display: inline-block;
  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-3164722712 using your GitHub account


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

Received on Thursday, 7 August 2025 15:32:33 UTC