Closed
Bug 237860
Opened 20 years ago
Closed 20 years ago
Mozilla does not render XHTML tables without tbody correctly
Categories
(Core :: Layout: Tables, defect, P2)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
mozilla1.7final
People
(Reporter: ali, Assigned: dbaron)
References
()
Details
(Whiteboard: [patch])
Attachments
(1 file)
761 bytes,
patch
|
bernd_mozilla
:
review+
roc
:
superreview+
chofmann
:
approval1.7+
|
Details | Diff | Splinter Review |
At the specified URL, the image at the top left of the page is not aligned correctly with the text next to it. It should be vertically aligned centered with the text next to it, but the image is aligned towards the top, and the text towards the bottom.
Assignee | ||
Comment 1•20 years ago
|
||
Assignee | ||
Updated•20 years ago
|
Attachment #144196 -
Flags: superreview?(roc)
Attachment #144196 -
Flags: review?(bernd.mielke)
Assignee | ||
Comment 2•20 years ago
|
||
eek, no 1.7final target milestone!
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [patch]
Target Milestone: --- → mozilla1.7beta
Assignee | ||
Updated•20 years ago
|
Target Milestone: mozilla1.7beta → mozilla1.7final
Attachment #144196 -
Flags: superreview?(roc) → superreview+
Attachment #144196 -
Flags: review?(bernd.mielke) → review+
Assignee | ||
Comment 3•20 years ago
|
||
Comment on attachment 144196 [details] [diff] [review] patch simple and low-risk fix
Attachment #144196 -
Flags: approval1.7?
Comment 4•20 years ago
|
||
Comment on attachment 144196 [details] [diff] [review] patch a=chofmann for 1.7
Attachment #144196 -
Flags: approval1.7? → approval1.7+
Reporter | ||
Comment 5•20 years ago
|
||
The URL in question has added the following to its CSS and added class bugfix to the image and the text: td.bugfix { vertical-align: middle; } The actual bug is therefore no longer visible at the URL in question, as the site author (who is not myself) has decided to workaround it in this manner. It'd be great if this could be checked in once the tree opens after 1.7beta.
Assignee | ||
Comment 6•20 years ago
|
||
Fix checked in to trunk, 2004-03-18 17:34 -0800.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•