CSS 3 Module <== Test # ==>
W3C Selectors 61 of 78
Testing Date Revision
NEGATED :root pseudo-class (ID #72) 11-july-2001 1.0

The background of the document should be white and all the other elements, excluding table header cells, should have a green background.

*:not(:root) { background-color: lime }
body * { background-color : red }
<p>The background of the document should be white and all
   the other elements, excluding table header cells, should have a green background.</p>