CSS 3 Module <== Test # ==>
W3C Selectors 16 of 65 of the static tests category
Testing Date Revision
:enabled pseudo-class (ID #23) 22-october-2001 1.0


button { background-color : red }
input { background-color : red }
button:enabled { background-color : lime }
input:enabled { background-color : lime }
<button>A button (enabled) with green background</button>
<br></br>
<input type="text" size="36" value="a text area (enabled) with green background"></input>