Hi, The following ruleset is invalid a.foo:before:hover { color: red } because the pseudo-element ::before must occur only after a sequence of simple collectors, thus a.foo:hover:before { color: red } would be valid. The Validator does not complain about the error and even worse it repairs the error in the pretty printer, converting a.foo:before:hover { color: red } /* to */ a.foo:hover:before { color: red } regards.Received on Monday, 4 November 2002 21:32:38 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 27 June 2012 00:14:11 GMT