Closed
Bug 33696
Opened 26 years ago
Closed 26 years ago
CSS font attribute ignored
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
People
(Reporter: dkt, Assigned: attinasi)
Details
The font-family attribute in an attached CSS style sheet was ignored. Background
colour and width were applied correctly. This occurred in M14 Mozilla.
TABLE.procedure-details-table {
background-color: aqua;
font-family: Arial, sans-serif;
font-size: medium;
width: 80%;
}
The table markup was as follows:
<table width="100%" cellpadding="5" border="1" class="procedure-details-table">
<tr>
<td><strong>Author: </strong>David Trudgett</td><td><strong>Create Date:
</strong>2000/03/27</td>
</tr>
<tr>
<td colspan="2"><strong>Aim: </strong>To produce a hardcopy printout of this
procedure manual.</td>
</tr>
</table>
Comment 2•26 years ago
|
||
Assignee: karnaze → attinasi
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 3•26 years ago
|
||
Font Family is not inherited in Nav Quirks mode: marking as a dup of an exisint
bug that describes the issue.
*** This bug has been marked as a duplicate of 31955 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•