WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug