File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2235,7 +2235,7 @@ Switching appearance: the 'appearance' property</h3>
2235
2235
2236
2236
<pre class="propdef">
2237
2237
Name : appearance
2238
- Value : ''appearance/none'' | ''auto'' | ''base'' | <<compat-auto>> | <<compat-special>>
2238
+ Value : ''appearance/none'' | ''auto'' | ''base'' | ''base-select'' | <<compat-auto>> | <<compat-special>>
2239
2239
Initial : none
2240
2240
Applies To : all elements
2241
2241
Inherited : no
@@ -2358,6 +2358,17 @@ Switching appearance: the 'appearance' property</h3>
2358
2358
for defining which <a>widgets</a> have a <a>base appearance</a> .
2359
2359
</dl>
2360
2360
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
+
2361
2372
<dt> <dfn type=""><compat-auto></dfn>
2362
2373
<dd>
2363
2374
These values exist for compatibility of content developed
You can’t perform that action at this time.
0 commit comments