CSS 3 Module <== Test # ==>
W3C Selectors 69 of 153
Testing Date Revision
NEGATED :hover pseudo-class (ID #63) 12-november-2001 1.1

NOTE: User interaction is required for this test.

The color of this text should be green when the pointing device hovers over it.

The color of this text should be green when the pointing device hovers over it.

div.stub * { color: lime; text-decoration: none; }
div.stub > * > *:not(:hover) { color: black }
 <div class="stub">
  <p> <span>The color of this text should be green when the pointing device hovers over it.</span> </p>
  <p> <a href="http://dummy.example.org/dummy">The color of this text should be green when the pointing device hovers over it.</a> </p>
 </div>