Closed Bug 6925 Opened 26 years ago Closed 26 years ago

font size is too big inside table cell

Categories

(Core :: Layout, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 991

People

(Reporter: karnaze, Assigned: harishd)

Details

In the following (which was derived from bug 647 and caught running table regression test bug647.html) the font for "inside" is too big. Rick can you take a look and if it isn't a parser problem, please reassign to Kipp. <HTML><BODY> hello <TABLE BORDER=1 WIDTH=100> <TR> <TD> <font size = "-2"> <center> inside </font> </center> </td> </tr> </table> </BODY></HTML>
Assignee: rickg → harishd
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Another "residual-style" bug. As per spec. <FONT> cannot contain <CENTER>. Therefore, in Gecko, <CENTER> closes <FONT>. So, the text "inside" appears with a normal font. This bug needs to be fixed for compatibility reasons. *** This bug has been marked as a duplicate of 991 ***
Status: RESOLVED → VERIFIED
Agreed. This is duplicate of 991.
You need to log in before you can comment on or make changes to this bug.