RESOLVED CONFIGURATION CHANGED 135783
Button element does not inherit -webkit-font-smoothing
https://bugs.webkit.org/show_bug.cgi?id=135783
Summary Button element does not inherit -webkit-font-smoothing
Evan Jacobs
Reported 2014-08-08 18:35:14 PDT
The normal behavior of CSS is to cascade from parent to child, including vendor-prefixes. For some reason, the HTML button element is not able to received cascaded instances of the -webkit-font-smoothing property. If I manually set the element to include this property by a direct targeted class, element selector, etc. it works as expected. Please see this example: http://codepen.io/anon/pen/vckgG
Attachments
Brent Fulgham
Comment 1 2022-07-13 17:27:59 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.
Note You need to log in before you can comment on or make changes to this bug.