Closed Bug 33696 Opened 26 years ago Closed 26 years ago

CSS font attribute ignored

Categories

(Core :: CSS Parsing and Computation, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 31955

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>
--> style system
Component: HTMLTables → Style System
Maybe a dup of bug 31955 or bug 32999. Reassigned to attinasi.
Assignee: karnaze → attinasi
Status: UNCONFIRMED → NEW
Ever confirmed: true
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
verified duplicate
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.