Rainer Åhlfors wrote: > Personally, I don't see what the problem would be to convert <col>'s to > CSS as part of parsing. > > <col style="color: red;"> > <col style="color: blue;"> > > td:nth-child(1) { color: red; } > td:nth-child(1) { color: blue; } > > Or, am I missing something fundamental here? Yeah. Colspans and rowspans. The third <td> in a row is not always in the third column. ~fantasaiReceived on Monday, 29 December 2008 23:28:49 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:55:18 GMT