CSS on table column

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