Closed
Bug 151655
Opened 23 years ago
Closed 23 years ago
<form><td> renders incorrectly
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 149282
People
(Reporter: benliu, Assigned: karnaze)
References
()
Details
I have seen odd rendering of the <form><td></td></form> construction. This
construction appears to create extraneous blank table cells at the <form> tag.
Mozilla 1.1 alpha {Build ID: 2002061104}
Windows NT 4.0
The following sample HTML results in a misaligned table:
<table>
<tr>
<form><td bgcolor='#eeeeee'>A</td></form>
<form><td bgcolor='#eeeeee'>B</td></form>
<td bgcolor='#eeeeee'>C</td>
</tr>
<tr>
<td bgcolor='#eeeeee'>D</td>
<td bgcolor='#eeeeee'>E</td>
<td bgcolor='#eeeeee'>F</td>
</tr>
</table>
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 149282 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•