- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Fri, 13 Feb 2009 08:45:04 -0500
- To: Olivier GENDRIN <olivier.gendrin@gmail.com>, www-style list <www-style@w3.org>
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