| CSS 3 Module | <== Test # ==> | |
|---|---|---|
| W3C Selectors | 6 of 20 of the interactive tests category | |
| Testing | Date | Revision | 
| :active pseudo-class on blocks (ID #19a) | 2004-02-29 | 1.0 | 
NOTE: User interaction is required for this test.
Clicking this paragraph should have no effect.
p { color: navy; }
p:active { background: red; color: yellow; font-size: 2em; }
   <p>Clicking this paragraph should have no effect.</p>