Closed Bug 125499 Opened 23 years ago Closed 23 years ago

nested table height not correct

Categories

(Core :: Layout: Tables, defect)

x86
Windows NT
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: kyle_saunders, Assigned: karnaze)

Details

Attachments

(1 file)

Mozilla 2002021203

Nested table does not size to maximum available height when told to do so.  This
work as expected in IE 5.x

Will add attachment.
Attached file various nested tables
Mozilla doesn't support non standard compliant properties: HEIGHT property  for
the <table> element is not supported in html4.01. It can only used in <td>. If
you correct this error, IE and Mozilla render yor example in exactly the same
way (you may remove cell padding if you want the inner table to use all the
available height).
For further info regarding to tables, you might check this link in W3C site:
http://www.w3.org/TR/html4/struct/tables.html#h-11.2.1
Additionaly, you may check for the correctness of your pages on their on-line
validator (great tool).
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
 Verified Invalid. <table> height property is not supported in HTML4.01. Only
<td> can have the height property.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: