Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion css-ui-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ Value: ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | ''menulist-
Initial: none
Applies To: all elements
Inherited: no
Computed value: specified keyword
Computed value: See below
Animation type: discrete
</pre>

Expand Down Expand Up @@ -1888,6 +1888,10 @@ Animation type: discrete

</dl>

The computed value is the specified value unless it is not included in the set
of values defined by this specification. In that case, it is the value
''appearance/auto''.

<div class=example>
An author wanting to customize the look and feel of check boxes in HTML could use the following:
<pre><code class="lang-css">
Expand Down