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] Specify where appearance: button should work #3543

Merged
merged 2 commits into from
Jan 23, 2019
Merged
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
9 changes: 3 additions & 6 deletions css-ui-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1843,13 +1843,10 @@ Animation type: discrete
The element is rendered with the look and feel of a push button,
similar to the ''appearance: auto'' rendering of the [[HTML]] <{button}> element.

UAs may treat this value as ''appearance/auto'' on form controls
or replaced elements
for which it is impractical or nonsensical.
UAs must treat this value as ''appearance/auto'' on <{input}> elements,
<{textarea}> elements, <a spec="html">list box</a> <{select}> elements, <{meter}> elements, and <{progress}> elements.

Issue: Are there some elements
on which this value <em>must</em> be treated as auto for web compat requirements?
The phrasing above alows it, and that's probably enough.
Note: Using ''appearance/button'' on a <a spec="html">drop-down box</a> <{select}> element works.

<dt><dfn type="">&lt;compat></dfn>
<dd>
Expand Down