CSS 3 Module <== Test # ==>
W3C Selectors 49 of 78
Testing Date Revision
Default attribute value and negation pseudo-class (ID #58) 11-july-2001 1.0

The content of this form should have a lime background

form { background-color : red }
form:not([method]) { background-color : lime }
<form action="http://www.example.org/foo.cgi">
<p>The content of this form should
                have a lime background</p>
</form>