Re: [csswg-drafts] [css-forms-1] Can we simplify `select::picker(select)`? (#11394)

Fwiw it's the same reason we have `appearance: base-select;` not `appearance: base` because we could put as many warnings in dev tools, specs and MDN as we want but someone would write the below CSS in a reset somewhere, people would use that widely, and then break the entire future compat story for anything we try to do.

```
* {
   appearance: base;
}
::picker {
   appearance: base;
}
```

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


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

Received on Wednesday, 5 March 2025 18:17:19 UTC