Closed
Bug 164698
Opened 23 years ago
Closed 23 years ago
CSS font property does not render bold properly
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: axlrey, Assigned: dbaron)
Details
Attachments
(1 file)
438 bytes,
text/html
|
Details |
Mozilla 1.1/20020824
There are problems with displaying text as bold when shorthand for font
properties is used.
p {font:bold} is not displayed as bold.
Testcase will follow.
Reporter | ||
Comment 1•23 years ago
|
||
testcase
Comment 2•23 years ago
|
||
'font' is invalid (and should be ignored) unless it contains, and ends with,
font-size and font-family keywords, in that order. Your testcase confirms that
Gecko is doing the right thing in this case. Marking INVALID-- David, feel free
to smack me via e-mail if I've done this out of turn.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 3•23 years ago
|
||
Agree. I should read CSS specs more carefully next time.
You need to log in
before you can comment on or make changes to this bug.
Description
•