Closed
Bug 102514
Opened 24 years ago
Closed 24 years ago
Very incorrect rendering of aligned tables
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: glazou, Assigned: karnaze)
Details
Attachments
(1 file)
|
657 bytes,
text/html
|
Details |
The test case attached shows that we should not use the float property in html.css
for table alignment but we should use instead
margin-left: auto; margin-irhg: 0px for right alignment
margin-right: auto; margin-left: 0px for left alignment
| Reporter | ||
Comment 1•24 years ago
|
||
Daniel, just a question from the ignorant: we render this identical to NN4.7 and
IE6, despite the two doctypes in the document, so what is wrong
| Reporter | ||
Comment 3•24 years ago
|
||
Bernd : oh ! I must admit I looked only at the spec :-) Hmm, ok, guessing it is
a WONTFIX even if the rendering is still, from a spec point of view, absolutely
incorrect... Marking WONTFIX
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•