Closed
Bug 312087
Opened 20 years ago
Closed 20 years ago
vertical alignment in <col valign="top" /> is ignored
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: sds, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
the entries in the table (border="0", so it may not be obvious that these are
indeed tables) are vertically aligned "center" despite valign="top".
Reproducible: Always
Steps to Reproduce:
1.visit http://www.podval.org/~sds/clisp/impnotes/socket.html#so-status
2.look for ":INPUT status:" in the text
Actual Results:
":INPUT status:" is vertically aligned with
":INPUT some input is available"
(second row)
Expected Results:
":INPUT status:" should be vertically aligned with
"NIL reading will block"
(top row)
it appears that <col align="left" valign="top" />
is ignored.
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 915 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Component: General → Layout: Tables
Product: Firefox → Core
Resolution: --- → DUPLICATE
Version: 1.0 Branch → 1.7 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•