Re: possible CSS spec flaw with Sibling Selector and rowspans

Olivier GENDRIN wrote:
> This use case gives you the point :
> <tr>
> <td>I'm red but shouldn't I be blue ?</td>
> </tr>

That "td" has no previous sibling, so can't possibly match "td + td".

Remember, matching happens on the DOM tree.  Have you looked at what the 
DOM tree looks like in this case?

-Boris

Received on Friday, 13 February 2009 13:45:48 UTC