From: "Brad Kemper" <brkemper@comcast.net> > > > On Jul 24, 2008, at 10:01 PM, Andrew Fedoniouk wrote: > >> Second: >> >> Consider these two selectors: >> >> p >> { >> border: none; >> } >> >> html:with-child(a:hover) p >> { >> border: 2em; >> } >> >> and markup: >> >> <html> >> <p><a href="*">sample</a></p> >> </html> > > As far as I can tell, nothing would happen there, because the HTML > element does not have an anchor ("A" element) as a child. It only has > one as a descendant, and I thought "with-child" referred to immediate > children only, not grandchildren. No with-child refers to grandchildren too. But it's possible that the name is bad choosen. FremyReceived on Friday, 25 July 2008 15:34:23 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:55:10 GMT