Closed
Bug 455
Opened 26 years ago
Closed 26 years ago
<hr> within <td> doesn't display
Categories
(MozillaClassic Graveyard :: Layout, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: subbarao, Assigned: nisheeth_mozilla)
Details
Created by Kartik Subbarao (subbarao@computer.org) on Sunday, June 21, 1998 12:31:04 PM PDT
Additional Details :
Here's an HTML file that doesn't render properly:
<html>
<table>
<tr> <td> <hr> </td> </tr>
<tr> <td>test</td>
<tr> <td> <hr> </td> </tr>
</table>
</html>
Communicator 4.05 displays the horizontal rules properly,
but Mozilla doesn't.
Reporter | ||
Comment 2•26 years ago
|
||
Hmm, good question. I guess I kind of assumed that it was. If it weren't allowed
in that context, how would that be written in the HTML spec?
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•26 years ago
|
||
yup, HR is legal inside TD. This is definitely a bug.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 4•26 years ago
|
||
This bug existed in the old layout engine. Marking wontfix because we have
moved over to doing the 5.0 browser around NGLayout, the new layout engine.
Old bug..check out the lastest at www.mozilla.org!
Marking bug Verified/Won't Fix.
You need to log in
before you can comment on or make changes to this bug.
Description
•