Re: [csswg-drafts] [css-ui] UA stylesheet for appearance:base `<select>` (#10857)

Based on the discussion last week, I made the following changes:
- Set display:contents on the button in order to remove duplicate box decorations as a replacement for removing box decorations for the select element when there is a child button because changing styles based on the child button got negative feedback.
- Set interactivity:inert on the button (made possible by [this resolution](https://github.com/w3c/csswg-drafts/issues/10711#issuecomment-2379913684)) in order to move event handling from the button to the select element. This also allows us to remove a bunch of hacks to make the button work in https://github.com/whatwg/html/pull/10629

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


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

Received on Monday, 11 November 2024 15:31:04 UTC