<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-12.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Default attribute value</title>
 <author>Daniel Glazman</author>
 <metadata>
  <item> <name>CSS 3 Module</name> <data>W3C Selectors</data> </item>
  <item> <name>Next</name> <data xlink:type="simple" xlink:href="css3-modsel-13.xml">Class selectors</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-11.xml">Substring matching attribute selector (contains)</data> </item>
  <item> <name>Test #</name> <data>13 of 246 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>Default attribute value</data> </item>
  <item> <name>ID</name> <data>12</data> </item>
  <item> <name>Date</name> <data>11-july-2001</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b" xmlns:html="http://www.w3.org/1999/xhtml">
<form xmlns="http://www.w3.org/1999/xhtml" action="http://www.example.org/foo.cgi">
<p>The content of this form should
                have a lime background</p>
</form>
</content>
  <source>
   <css>form { background-color : lime }
form[method] { background-color : red }
form[method=&quot;get&quot;] { background-color : red }</css>
   <xml>
&lt;form xmlns=&quot;http://www.w3.org/1999/xhtml&quot; action=&quot;http://www.example.org/foo.cgi&quot;&gt;
&lt;p&gt;The content of this form should
                have a lime background&lt;/p&gt;
&lt;/form&gt;
</xml>
  </source>
</test>