CSS 3 Module | <== Test # ==> | |
---|---|---|
W3C Selectors | 61 of 153 of the static tests category | |
Testing | Date | Revision |
Direct adjacent combinator and classes (ID #45c) | 2002-12-06 | 1.1 |
.fail + div { background: red; } .control { background: lime; }
<div> This should be unstyled. </div> <div class="control"> This should have a green background. </div>