CSS 3 Module | <== Test # ==> | |
---|---|---|
W3C Selectors | 3 of 146 of the static tests category | |
Testing | Date | Revision |
Universal selector (no namespaces) (ID #3a) | 2003-11-03 | 1.0 |
This paragraph, and all textual contents in the document, should be green.
* { color : lime } ul, p { color : red } *.t1 { color : lime }
<p> <span class="t1">This paragraph, and all textual contents in the document, should be green.</span> </p> <ul> <li class="t1">This item should be green.</li> </ul>