Re: DI element [Re: html 5 and accessibility issue]

2007/7/3, Andrew Ramsden:
>  >> tr > tbody > td {
>  >>         border: 1px solid red;
>  >> }
>  > You might have wanted to use table > tr and table > tbody > tr as
>  > selectors...
>
> IE6 doesn't respect styling of tr elements so I think table > tbody > td
> was probably fine.

IE6 doesn't support the child combinator either, so...

But the point was that Rob was trying to style a table where a tbody
were to be inserted/implied between a *tr* and a *td* rather than
between a table and a tr.

-- 
Thomas Broyer

Received on Tuesday, 3 July 2007 14:24:55 UTC