[Webkit-unassigned] [Bug 135783] New: Button element does not inherit -webkit-font-smoothing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 8 18:35:03 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135783

           Summary: Button element does not inherit -webkit-font-smoothing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://codepen.io/anon/pen/vckgG
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: evan at evoked.us


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list