@@ -86,6 +86,7 @@ spec:css-backgrounds-3; type:property; text:border-width
86
86
spec:css-overflow-4; type:property; text:text-overflow
87
87
spec:selectors-4; type:selector; text::enabled
88
88
spec:selectors-4; type:selector; text::disabled
89
+ spec:css-color-4; type:property; text:color
89
90
</pre>
90
91
91
92
<style>
@@ -1795,7 +1796,7 @@ so that CSS can be used to restyle them.
1795
1796
1796
1797
<pre class="propdef">
1797
1798
Name : appearance
1798
- Value : ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | <<compat>>
1799
+ Value : ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | ''menulist-button'' | <<compat>>
1799
1800
Initial : none
1800
1801
Applies To : all elements
1801
1802
Inherited : no
@@ -1856,13 +1857,23 @@ Animation type: discrete
1856
1857
1857
1858
For all other elements, this value has the same effect as ''appearance/auto'' .
1858
1859
1860
+ <dt> <dfn>menulist-button</dfn>
1861
+ <dd>
1862
+ For <a spec="html">drop-down box</a> <{select}> elements,
1863
+ the element is rendered as a drop-down box, including a "drop-down button",
1864
+ but not necessarily using a native control of the host operating system.
1865
+ For such elements, CSS properties such as 'color' , 'background-color' , and 'border'
1866
+ (that can be disregarded for ''appearance/auto'' ) should not be disregarded.
1867
+
1868
+ For all other elements, this value has the same effect as ''appearance/auto'' .
1869
+
1859
1870
<dt> <dfn type=""><compat></dfn>
1860
1871
<dd>
1861
1872
These values exist for compatibility of content developed
1862
1873
for earlier non standard versions of this property.
1863
1874
They all have the same effect as ''appearance/auto'' .
1864
1875
1865
- <pre class=prod style="white-space: normal"><<compat>> = <dfn>searchfield</dfn> | <dfn>textarea</dfn> | <dfn>push-button</dfn> | <dfn>button-bevel</dfn> | <dfn>slider-horizontal</dfn> | <dfn>checkbox</dfn> | <dfn>radio</dfn> | <dfn>square-button</dfn> | <dfn>menulist</dfn> | <dfn>menulist-button</dfn> | <dfn> listbox</dfn> | <dfn>meter</dfn> | <dfn>progress-bar</pre></dfn>
1876
+ <pre class=prod style="white-space: normal"><<compat>> = <dfn>searchfield</dfn> | <dfn>textarea</dfn> | <dfn>push-button</dfn> | <dfn>button-bevel</dfn> | <dfn>slider-horizontal</dfn> | <dfn>checkbox</dfn> | <dfn>radio</dfn> | <dfn>square-button</dfn> | <dfn>menulist</dfn> | <dfn>listbox</dfn> | <dfn>meter</dfn> | <dfn>progress-bar</pre></dfn>
1866
1877
1867
1878
Issue: If any of these value is not needed for web compat,
1868
1879
they should be dropped from this list;
0 commit comments