Closed
Bug 66068
Opened 25 years ago
Closed 24 years ago
Table rendered incorrectly
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: sergiojr, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
911 bytes,
text/html
|
Details |
No description provided.
Reporter | ||
Comment 2•25 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20010113
Reporter, could you give more information than "incorrect" rendering? Like, in
what case, or what page, does it render incorrectly? How does it render incorrectly?
If the nightly isn't recent, it might be a dupe of bug 63445.
Reporter | ||
Comment 6•25 years ago
|
||
I used Netscape 4.7 and IE5.5 as a guide.
Comment 7•25 years ago
|
||
offtopic note to reporter: you don't need to mark bugs duplicates more than
once. thanks.
Comment 8•25 years ago
|
||
Comment 9•25 years ago
|
||
Confirming bug. Its a stray <map></map> inside the table that is the problem.
Comment 10•25 years ago
|
||
This example/testcase is using wrong/illegal HTML markup. <map> isn't allowed in
<tr></tr> but in <td></td>.
Comment 11•25 years ago
|
||
note that both MSIE and Netscape 4.x doesn't have this problem, but Opera does!
Comment 12•24 years ago
|
||
Testcase now works fine, so <map></map> problem seems to be fixed.
URL still does not look good, but that is caused by bug 44467.
Build 2001-02-07-04 on Windows NT 4 sp6.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 14•24 years ago
|
||
The URL mentioned above looks good to me
Marking verifed
Status: RESOLVED → VERIFIED
Comment 15•22 years ago
|
||
(For the record, <tr><map> problem was fixed by bug 58942)
You need to log in
before you can comment on or make changes to this bug.
Description
•