CSS 3 Module <== Test # ==>
W3C Selectors 12 of 140 of the static tests category
Testing Date Revision
Default attribute value (ID #12) 21-june-2003 1.1

The line should have a green background.

form { background-color : lime }
form[method] { background-color : red }
form[method="get"] { background-color : red }
<form action="http://www.example.org/foo.cgi">
<p>The line should have a green background.</p>
</form>