Open Bug 1481636 Opened 7 years ago Updated 3 years ago

Consider aligning which elements `-moz-appearance` applies to more closely with Chrome

Categories

(Core :: Layout, enhancement, P4)

enhancement

Tracking

()

People

(Reporter: jwatt, Unassigned)

References

(Blocks 1 open bug)

Details

According to the crawl that MS did for Edge: https://developer.microsoft.com/en-us/microsoft-edge/platform/usage/css/-webkit-appearance/ `-webkit-appearance: inherit` in only used on 0.025%, so probably not significant. I also don't understand why sites would actually want to use that value. That said, I noticed that our behavior is different to Chrome's. For example, for: data:text/html,<p style="-webkit-appearance: textfield"><input type=text style="-webkit-appearance: inherit"> both Firefox and Chrome inherit (the child has the same computed value as the parent), but only Firefox visually applies the 'textfield' appearance to the parent <p>. Probably not worth worrying about, but I thought I should file just in case.
This doesn't seem related to inherit at all, but to what does 'appearance' apply to, right? Also, looks like `appearance` can change the display value in blink, which is lovely... :(
QA Contact: svoisen
Summary: Consider aligning the behavior of `-moz-appearance: inherit` more closely with Chrome → Consider aligning which elements `-moz-appearance` applies to more closely with Chrome
(In reply to Emilio Cobos Álvarez (:emilio) from comment #1) > This doesn't seem related to inherit at all, but to what does 'appearance' > apply to, right? Indeed. Thanks for fixing the summary, Simon.
QA Contact: svoisen
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.