- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Mon, 25 Sep 2006 12:41:28 +1200
- To: www-style@w3.org
David Hyatt wrote:
>
> I have yet to see any compelling use case for a :parent selector (or for
> many of the other CSS3 selectors for that matter).
My favorite:
:link {
background: navy;
color: white
border: outset thin white;
}
/* select links with img child, i.e. all image links */ {
background: transparent;
border: none;
}
~fantasai
Received on Monday, 25 September 2006 00:41:40 UTC