UNCONFIRMED 57520
<select> control does not inherit styles properly
https://bugs.webkit.org/show_bug.cgi?id=57520
Summary <select> control does not inherit styles properly
Thierry
Reported 2011-03-30 19:33:16 PDT
As the test-case referenced in the URL field shows, the following styling fails: select { font:inherit; color:inherit; } Note that if the select is styled with border-*, background-* or may be other declarations then the above rules kicks in. Reduced test-case: form { color:teal; font-size:2em; font-family:monospace; font-style:italic; font-weight:bold; } /* this rule is ignored by webkit/Mac */ select { font:inherit; color:inherit; }
Attachments
Note You need to log in before you can comment on or make changes to this bug.