Closed
Bug 8893
Opened 26 years ago
Closed 26 years ago
{css1}fonts in PRE handled incorrectly
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
INVALID
People
(Reporter: dbaron, Assigned: peterl-retired)
References
()
Details
(Keywords: css1)
This is spun off of bug 582.
The PRE element does not handle fonts correctly. If a PRE element is inside
something that specifies a different font, the monospace font on PRE should
win. There is no need for quirks behavior, since IE5 gets this correct. See
above test case, 11th paragraph.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 1•26 years ago
|
||
Quirks mode was designed to mimic Navs quirks, not IE's. I'd really rather not
support this particular quirk myself, but we have to. Auto mode detection will
be connected soon and hopefully all of the old quirks will fade away over
time...
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Verified Invalid
Comment 3•26 years ago
|
||
Migrating from {css1} to css1 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
You need to log in
before you can comment on or make changes to this bug.
Description
•