Skip to content

Commit 76e7429

Browse files
committed
[css-ui] Hide proprietary appearance values w3c#3968
1 parent bc9a6f6 commit 76e7429

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-ui-4/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ Value: ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | ''menulist-
18001800
Initial: none
18011801
Applies To: all elements
18021802
Inherited: no
1803-
Computed value: specified keyword
1803+
Computed value: See below
18041804
Animation type: discrete
18051805
</pre>
18061806

@@ -1888,6 +1888,10 @@ Animation type: discrete
18881888
18891889
</dl>
18901890
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+
18911895
<div class=example>
18921896
An author wanting to customize the look and feel of check boxes in HTML could use the following:
18931897
<pre><code class="lang-css">

0 commit comments

Comments
 (0)