CSS 3 Module <== Test # ==>
W3C Selectors 27 of 140 of the static tests category
Testing Date Revision
:disabled pseudo-class (ID #24) 22-october-2001 1.0

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