We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9a6f6 commit 76e7429Copy full SHA for 76e7429
1 file changed
css-ui-4/Overview.bs
@@ -1800,7 +1800,7 @@ Value: ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | ''menulist-
1800
Initial: none
1801
Applies To: all elements
1802
Inherited: no
1803
-Computed value: specified keyword
+Computed value: See below
1804
Animation type: discrete
1805
</pre>
1806
@@ -1888,6 +1888,10 @@ Animation type: discrete
1888
1889
</dl>
1890
1891
+The computed value is the specified value unless it is not included in the set
1892
+of values defined by this specification. In that case, it is the value
1893
+''appearance/auto''.
1894
+
1895
<div class=example>
1896
An author wanting to customize the look and feel of check boxes in HTML could use the following:
1897
<pre><code class="lang-css">
0 commit comments