CSS property appearance gone in FF82.0
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox82 | --- | affected |
People
(Reporter: ulli.conrad, Unassigned)
References
(Regression)
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0
Steps to reproduce:
Any website using CSS property appearance or moz-appearance like for instance https://developer.mozilla.org/en-US/docs/Web/CSS/appearance
Actual results:
The style (e.g. button) isn't displayed any longer as desired
Expected results:
appearance: button; should display a button (textfield, checkbox whatever desired...)
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 1•4 years ago
|
||
According to https://developer.mozilla.org/en-US/docs/Web/CSS/appearance many "compat-auto" values just have the same effect as auto
anyhow, so there may be an issue with expectations here.
Regarding button
, it seems like this is the expected result of bug 1662703; Emilio, is there anything we need to be concerned about here?
Comment 2•4 years ago
|
||
Yeah, this was an intentional change as a result of https://github.com/w3c/csswg-drafts/issues/5174
Description
•