Closed
Bug 32435
Opened 25 years ago
Closed 25 years ago
valign="baseline" does not work correctly
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: ssch, Assigned: karnaze)
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.6 [de]C-CCK-MCD {globalhome} (WinNT; I)
BuildID: 2000012520
Reproducible: Always
Steps to Reproduce:
<html>
<head>
<style type="text/css">
div.big {font-size:2em}
td.tdbaseline {vertical-align:baseline}
td.tdtop {vertical-align:top}
td.tdmiddle {vertical-align:middle}
</style>
</head>
<body>
<table>
<tr>
<td class="tdbaseline">
<div class="big">
Comment 1•25 years ago
|
||
Closed as dup of bug 32436 from the same reporter.
*** This bug has been marked as a duplicate of 32346 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 2•25 years ago
|
||
err.. 32436, not 32346. Reopening.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 3•25 years ago
|
||
32436 it is.
*** This bug has been marked as a duplicate of 32436 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Comment 4•25 years ago
|
||
Actually this is a dup of #10207. Marking verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•