<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-71.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>NEGATED :indeterminate pseudo-class</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-72.xml">NEGATED :root pseudo-class</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-70.xml">NEGATED :checked pseudo-class</data> </item>
  <item> <name>Test #</name> <data>71 of 143</data> </item>
  <item> <name>Testing</name> <data>NEGATED :indeterminate pseudo-class</data> </item>
  <item> <name>ID</name> <data>71</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">
<input type="radio" name="rg" value="1"></input>the background of this checkbox
          should be green<br></br>
<input type="radio" name="rg" checked="checked" value="2"></input>the background of this checkbox
          should be green<br></br>
<input type="radio" name="rg" value="3"></input>the background of this checkbox
          should be green<br></br>
</form>
</content>
  <source>
   <css>input { background-color : red }
input:indeterminate { background-color : lime}</css>
   <xml>
&lt;form xmlns="http://www.w3.org/1999/xhtml">
&lt;input type="radio" name="rg" value="1">&lt;/input>the background of this checkbox
          should be green&lt;br>&lt;/br>
&lt;input type="radio" name="rg" checked="checked" value="2">&lt;/input>the background of this checkbox
          should be green&lt;br>&lt;/br>
&lt;input type="radio" name="rg" value="3">&lt;/input>the background of this checkbox
          should be green&lt;br>&lt;/br>
&lt;/form>
</xml>
  </source>
</test>