Re: [csswg-drafts] [css-forms-1] Should `field-sizing: content` be in base appearance stylesheet? (#11838)

Also base appearance select effectively forces field-sizing: content to true (though currently the computed style still says fixed in chrome), so perhaps we should also add:

```css
select {
   field-sizing: content !important;
}
```

So that the behaviour is easier to debug?

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


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

Received on Sunday, 9 March 2025 12:05:14 UTC