| CSS 3 Module | <== Test # ==> | |
|---|---|---|
| W3C Selectors | 16 of 176 | |
| Testing | Date | Revision |
| More than one class selector (ID #14b) | 2002-12-06 | 1.0 |
This line should be green.
p { background: green; color: white; }
.t1.fail { background: red; color: yellow; }
.fail.t1 { background: red; color: yellow; }
.t2.fail { background: red; color: yellow; }
.fail.t2 { background: red; color: yellow; }
<p class="t1 t2">This line should be green.</p>