Skip to content

Commit c523154

Browse files
authored
[css-ui-4] define appearance: base-select (#12402)
This was resolved here: #10440 (comment) Base appearance for the select element and its picker is going to be published in the HTML spec very soon.
1 parent f54d982 commit c523154

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

css-ui-4/Overview.bs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2235,7 +2235,7 @@ Switching appearance: the 'appearance' property</h3>
22352235

22362236
<pre class="propdef">
22372237
Name: appearance
2238-
Value: ''appearance/none'' | ''auto'' | ''base'' | <<compat-auto>> | <<compat-special>>
2238+
Value: ''appearance/none'' | ''auto'' | ''base'' | ''base-select'' | <<compat-auto>> | <<compat-special>>
22392239
Initial: none
22402240
Applies To: all elements
22412241
Inherited: no
@@ -2358,6 +2358,17 @@ Switching appearance: the 'appearance' property</h3>
23582358
for defining which <a>widgets</a> have a <a>base appearance</a>.
23592359
</dl>
23602360

2361+
<dt><dfn>base-select</dfn>
2362+
<dd>
2363+
The effect of ''appearance/base-select'' depends on the element it is applied to:
2364+
<dl class=switch>
2365+
: The <{select}> element or ''::picker(select)''
2366+
:: The element is rendered as for ''appearance/base''.
2367+
2368+
: Everything else
2369+
:: The element is rendered as for ''appearance/auto''.
2370+
</dl>
2371+
23612372
<dt><dfn type="">&lt;compat-auto></dfn>
23622373
<dd>
23632374
These values exist for compatibility of content developed

0 commit comments

Comments
 (0)