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>
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=""><compat-auto></dfn>
23622373 <dd>
23632374 These values exist for compatibility of content developed
You can’t perform that action at this time.
0 commit comments