Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-ui] Hide proprietary appearance values #3968 #3985

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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