Bug 135783
| Summary: | Button element does not inherit -webkit-font-smoothing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Evan Jacobs <evan> |
| Component: | CSS | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brent Fulgham
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.