Closed
Bug 21475
Opened 26 years ago
Closed 26 years ago
Vertical-align: bottom for images a little off
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
INVALID
People
(Reporter: christinehoff4, Assigned: pierre)
Details
Attachments
(4 files)
Using the 1999121008 build - tested on Win 95, Win NT, Win 98, Mac8.5 and Linux
Red Hat 6.0 (Linux 2.2).
Steps to reproduce:
Open the attached file with images
Expected result: Two images should be bottom aligned
Actual result: Right image is a bit higher at the bottomthan left image.
Behavior is across platform. Nav aligns images correctly
| Reporter | ||
Comment 1•26 years ago
|
||
| Reporter | ||
Comment 2•26 years ago
|
||
| Reporter | ||
Comment 3•26 years ago
|
||
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 4•26 years ago
|
||
The display is correct. The first image has the "vertical-align: bottom" style,
so it is aligned to what would be the bottom line for the text, if some text were
present. The second image has no style attached to it, so it is aligned to the
base line of any text that could be there.
I understand that my explanations may be a bit confusing so see the new testcase
that I'm going to attach. Closing as invalid.
| Assignee | ||
Comment 5•26 years ago
|
||
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 6•26 years ago
|
||
Yes, I see that since the second image does not have a vertical align style set,
it defaults to baseline which will not align the images evenly. Another problem
then might be related to Nav quirks. Will take this issue offline with assigned
engineer.
You need to log in
before you can comment on or make changes to this bug.
Description
•