Closed
Bug 58387
Opened 25 years ago
Closed 24 years ago
invalid table gets rendered.
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: tolan, Assigned: karnaze)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.73 [en] (Windows NT 5.0; U)
BuildID: 2000091312
There is no table height in the HTML standart
(http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html)
But there is in Mozilla.
That causes wrong page layout on www.brainbench.com - this page has table with
height assigned. NN4 and IE browsers ignore it.
Mozilla is shift page down to asigned table height.
Reproducible: Always
Steps to Reproduce:
1. visit www.brainbench.com
2. login and take some test or exam
3. continue through to questionarie
Actual Results: All page content moved down.
Expected Results: Page should be displayed from top of client area.
Comment 1•25 years ago
|
||
Sorry, this document does not validate as HTML 4.0 Transitional.
The reason why everything shifts down is this little html on that url.
<table border="0" width="700" height="410" cellspacing="0" cellpadding="0">
</table>
funny that other browsers do not render this table. i do not know if it´s
correct that this empty table gets rendered.
ie4.x, ns4.x and opera4.x do not render such html constructs.
Comment 2•25 years ago
|
||
resolving DUP.
*** This bug has been marked as a duplicate of 26183 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
This bug is different.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 4•25 years ago
|
||
This is invalid HTML. Mozilla should not render such constructs.
validator.w3.org says:
>>
Error: end tag for "TABLE" which is not finished
<<
marking as new
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: table height should be ignored. → invalid table gets rendered.
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
| Assignee | ||
Comment 6•24 years ago
|
||
This was fixed with the 3/13 table checkin.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → FIXED
Comment 8•24 years ago
|
||
verifed that the table gets rendered correctly
Build ID # 2001-07-27-00-0.9.2
Platform : WIN2K
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•