- From: Guy McArthur <guym@arizona.edu>
- Date: Wed, 17 Sep 2003 10:45:52 -0700
- Cc: www-amaya@w3.org
Hi, Styles don't seem to apply to table columns
(http://www.w3.org/TR/CSS2/tables.html#q4).
Test case:
--
<table>
<col style="color:black;background-color:green"/>
<tr>
<td>This should be in black on green.</td>
</tr>
</table>
--
Guy
Received on Wednesday, 17 September 2003 13:48:57 UTC