Skip to content

Commit 1e75669

Browse files
committed
[css-ui] Specify where appearance: button should work
1 parent b02152f commit 1e75669

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

css-ui-4/Overview.bs

+3-6
Original file line numberDiff line numberDiff line change
@@ -1843,13 +1843,10 @@ Animation type: discrete
18431843
The element is rendered with the look and feel of a push button,
18441844
similar to the ''appearance: auto'' rendering of the [[HTML]] <{button}> element.
18451845

1846-
UAs may treat this value as ''appearance/auto'' on form controls
1847-
or replaced elements
1848-
for which it is impractical or nonsensical.
1846+
UAs must treat this value as ''appearance/auto'' on <{input}> elements,
1847+
<{textarea}> elements, <{meter}> elements, and <{progress}> elements.
18491848

1850-
Issue: Are there some elements
1851-
on which this value <em>must</em> be treated as auto for web compat requirements?
1852-
The phrasing above alows it, and that's probably enough.
1849+
Note: Using ''appearance/button'' on a <{select}> element works.
18531850

18541851
<dt><dfn type="">&lt;compat></dfn>
18551852
<dd>

0 commit comments

Comments
 (0)