Closed Bug 183917 Opened 22 years ago Closed 22 years ago

colgroup cellvalign, valign still does not work

Categories

(Core :: Layout: Tables, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 915

People

(Reporter: asdxx, Unassigned)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130


valign="top" cellvalign="top" has no effect on the layout. In IE 5.5 it's ok
with valign="top" in the colgroup
(http://www.w3.org/TR/html4/struct/tables.html#idx-column_group)

		<colgroup><col span=2 valign="top" cellvalign="top" />
		</colgroup>
		<tbody>
<tr><td>&raquo;</td><td><a href="cikk.php?id=1">name</a><br>
</td></tr>
<tr><td>&raquo;</td><td><a href="cikk.php?id=1">name</a><br>
</td></tr>

		</tbody>
		</table>

Reproducible: Always

Steps to Reproduce:
1.
2.
3.



Expected Results:  
behave like valign=top would have been written in all <td>s
> cellvalign="top"

That part is bogus.  There is no such attribute.  ;)

> valign="top"

This part should indeed work... it's a very old bug.

*** This bug has been marked as a duplicate of 915 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.