Re: [csswg-drafts] [selectors] Add pseudo-classes for `<select>` being a drop-down box vs a list box (#7422)

We could define only a pseudo-class for the drop-down, and rely on the `:not()` function to match the not-drop-down state.

```css
select:drop-down-list-box {}
select:not(:drop-down-list-box) {}
```

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


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

Received on Wednesday, 6 July 2022 13:22:10 UTC