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

Instead of comparing the styles to select with a picker, maybe just listing the styles which will apply when its a listbox is easier to understand:
```css
select:has-picker {
  overflow-inline: auto;
  overflow-block: auto;
  border: 1px solid currentColor;
  display: inline-block;
  user-select: none;
}
```

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


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

Received on Thursday, 24 July 2025 05:06:09 UTC