- From: Tim Nguyen via GitHub <sysbot+gh@w3.org>
- Date: Tue, 14 May 2024 17:13:45 +0000
- To: public-css-archive@w3.org
nt1m has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-ui] How do `appearance: none` and `appearance: auto` render the rich `<select>` markup? == There's the question of how `appearance: none` and `auto` should render the new selects with rich content. So far, all the demos/prototypes I have seen so far tie the rich select markup to `appearance: base-select`. However it would feel a bit odd if `appearance: none` did not show the rich markup, given it would be a violation of the separation of concerns between styling and markup. `appearance: auto` may be more of a special case given native frameworks may have restrictions that prevent showing the markup. Either way, how `appearance: none` and `auto` interact with the rich select markup are questions that should be answered, especially as it will pave the way for how `appearance` generally works even for future controls. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10332 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 14 May 2024 17:13:46 UTC