CSS 3 Module | <== Test # ==> | |
---|---|---|
W3C Selectors | 100 of 146 of the static tests category | |
Testing | Date | Revision |
Simple combination of descendant and child combinators (ID #89) | 2001-07-11 | 1.0 |
This text should be green.
p { color: red; } blockquote div > p { color: green; }
<blockquote> <div> <div> <p>This text should be green.</p> </div> </div> </blockquote>