Closed
Bug 52050
Opened 25 years ago
Closed 25 years ago
<td>,<th> and <col> do not honour mm width's
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: bernd_mozilla, Assigned: karnaze)
Details
(Keywords: css1)
Attachments
(2 files)
The table code seems to ignore any style information given in absolute units for
instance mm. The attached testcase demonstrates that for <h2> tags absolute
units are honoured, while the table width ignores this. Needless to say that IE5
renders the testcase correct. The absolute units are described in CSS1 sect.
6.1.
Comment 2•25 years ago
|
||
well, it seems to work for <table>, just not for <td>. Does it work to give
the table cell widths in other units, such as ems or pixels?
Whiteboard: [NEED INFO]
Changing summary, as only the mm width's are affected. It hits only the width,
if one gives the height in mm everything is OK.
Summary: table code should honour absolute units → <td>,<th> and <col> do not honour mm width's
Comment 5•25 years ago
|
||
Confirming this bug. Width on <td> using 'mm' unit doesn't work correctly.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•25 years ago
|
||
Thsi bug is a dupe. The problem is: between the 100 and the mm is a blank.
Whiteboard: [NEED INFO]
Test case is invalid. CSS lengths consist of a number and a unit, only. No
space between them is permitted. (We allow the space in quirks mode.)
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Comment 8•25 years ago
|
||
Source code problem not ours. Marking as verified.
Status: RESOLVED → VERIFIED
Comment 9•25 years ago
|
||
Removing testcase keyword to remove this bug from the valid testcase radar.
Keywords: testcase
You need to log in
before you can comment on or make changes to this bug.
Description
•