Closed
Bug 276766
Opened 20 years ago
Closed 19 years ago
vertical-align middle rendered as bottom
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jab_creations, Unassigned)
Details
Attachments
(1 file)
|
312 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20050101 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20050101 Firefox/1.0+ vertical-align: middle; (part of CSS1 http://www.w3.org/TR/CSS1#vertical-align) is being rendered as veritlca-align: bottom;. Reproducible: Always Steps to Reproduce: 1. Vertically align an image about 10px in hieght next to text of 12px. Expected Results: align the vertical midpoint of the element with the baseline plus half the x-height of the parent
Component: General → Layout
Product: Firefox → Core
Version: unspecified → 1.0 Branch
Assignee: firefox → nobody
QA Contact: firefox.general → core.layout
Version: 1.0 Branch → Trunk
Comment 1•20 years ago
|
||
This testcase shows the two renderings (middle and bottom). They look quite different to me, with the "middle" one rendering exactly like it should. Please attach a testcase showing the problem?
Comment 2•19 years ago
|
||
No way to reproduce the problem, marking invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•