Bug 9573
Summary: | "monospace" in style declaration makes the font pick up a default size | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | hyatt, ian |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.456bereastreet.com/archive/200408/sizing_monospaced_fonts/ | ||
Bug Depends on: | |||
Bug Blocks: | 4223 |
Alexey Proskuryakov
These two style declarations result in different rendering when the default proportional and monospace fonts have different sizes:
font-family:Monaco;
and
font-family:Monaco,monospace;
Not sure whether this is intentional, but Mac Firefox doesn't behave this way.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
<http://webkit.org/blog/?p=67> has a discussion of this issue.
Dave Hyatt
It is intentional. :)
Alexey Proskuryakov
Marking as WONTFIX per the above comment.