Closed
Bug 151517
Opened 23 years ago
Closed 23 years ago
Mozilla 1.1a is rendering TABLE with FORM different from Mozilla 1.0
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 149282
People
(Reporter: gsbarbieri, Assigned: karnaze)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1a) Gecko/20020610
BuildID: 2002061108
Previously, Mozilla 1.0 render this:
<TABLE>
<FORM>
<TR><TD>ABC</TD></TR>
</FORM>
</TABLE>
the way expected, but in Mozilla 1.1a, it renders a blank space(like a row)
before the row <TR><TD>ABC</TD></TR>
I and many other people have pages with this formulation. I'll change it to the
right way(<FORM> before <TABLE>) but this could be annoying when visiting pages
you can't redesign.
Reproducible: Always
Steps to Reproduce:
1.Create a document(HTML) with this code:
<TABLE>
<FORM>
<TR><TD>ABC</TD></TR>
</FORM>
</TABLE>
2.Open this document with Mozilla 1.0
3.Open this document with Mozilla 1.1a
4.See the differences
Actual Results: Pages render different with Mozilla 1.0 and 1.1a
Expected Results: Pages render equal with Mozilla 1.0 and later
Comment 1•23 years ago
|
||
Marking as dupe of bug 149282. Reporter: If you disagree, please reopen this bug.
*** 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
•