Skip to content

[css-ui-4] define appearance: base-select #12402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 26, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
use tabs instead of spaces
  • Loading branch information
josepharhar committed Jun 26, 2025
commit 42c459aa60d1dd0a0329c65bbb362bc04c5f55c6
20 changes: 10 additions & 10 deletions css-ui-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2358,16 +2358,16 @@ Switching appearance: the 'appearance' property</h3>
for defining which <a>widgets</a> have a <a>base appearance</a>.
</dl>

<dt><dfn>base-select</dfn>
<dd>
The effect of ''appearance/base-select'' depends on the element it is applied to:
<dl class=switch>
: The <{select}> element or ''::picker(select)''
:: The element is rendered as for ''appearance/base''.

: Everything else
:: The element is rendered as for ''appearance/auto''.
</dl>
<dt><dfn>base-select</dfn>
<dd>
The effect of ''appearance/base-select'' depends on the element it is applied to:
<dl class=switch>
: The <{select}> element or ''::picker(select)''
:: The element is rendered as for ''appearance/base''.

: Everything else
:: The element is rendered as for ''appearance/auto''.
</dl>

<dt><dfn type="">&lt;compat-auto></dfn>
<dd>
Expand Down