| CSS 3 Module | <== Test # ==> | |
|---|---|---|
| W3C Selectors | 103 of 147 of the static tests category | |
| Testing | Date | Revision | 
| Simple combination of direct and indirect adjacent combinators (ID #90) | 2004-05-29 | 1.3 | 
This text should be unstyled.
This text should be green.
p { color: red; }
blockquote ~ div + p { color: green; }
   <blockquote><div>This text should be unstyled.</div></blockquote> <div>This text should be unstyled.</div> <div>This text should be unstyled.</div> <p>This text should be green.</p>