Closed
Bug 96204
Opened 24 years ago
Closed 24 years ago
text does not flow as intended (table-layout: fixed)
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: tha, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(3 files)
The page has a daily photo and text as newsflash at the top of the page. The
text does not wrap and continues in the column at the right. The pictures and
text in that column are superimposed over the text that has been put there in
error. Netscape 4.72 does not show that behaviour.
Reporter | ||
Comment 1•24 years ago
|
||
Using build 2001080110
Reporter | ||
Comment 2•24 years ago
|
||
Reporter | ||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Confirming on 2001081504 Win2k. Over to HTML Tables.
Assignee: asa → karnaze
Status: UNCONFIRMED → NEW
Component: Browser-General → HTMLTables
Ever confirmed: true
QA Contact: doronr → amar
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
Setting Severity=minor because the table is not correctly specified (widths).
Severity: normal → minor
Keywords: testcase
Summary: text does not flow as intended → text does not flow as intended (table-layout: fixed)
we are handling the fixed layout according to the spec.(CSS2) the outer table
should not grow under any circumstances. IE forces the overflow:clipped and does
not honouroverflow:visible, while with mozilla it will not clip because we
honour the overflow:visible as default. By setting the overflow:clipped value
one can reach a similiar reading as IE. NN4.7 and Opera are doin wrong. I will
close this bug as invalid if I dont hear any objections.
Comment 8•24 years ago
|
||
After reading http://www.w3.org/TR/REC-CSS2/tables.html#propdef-table-layout
I agree with that -> INVALID.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•