Bug 135783

Summary: Button element does not inherit -webkit-font-smoothing
Product: WebKit Reporter: Evan Jacobs <evan>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, mmaxfield, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://codepen.io/anon/pen/vckgG

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.