<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-86.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Nondeterministic matching of descendant and child combinators</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-87.xml">Nondeterministic matching of direct and indirect adjacent combinators</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-85.xml">NEGATED :contains() pseudo-class</data> </item>
  <item> <name>Test #</name> <data>108 of 272 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>Nondeterministic matching of descendant and child combinators</data> </item>
  <item> <name>ID</name> <data>86</data> </item>
  <item> <name>Date</name> <data>2001-07-11</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
   <requirement>The UA must support namespaces for this test.</requirement>
  <content>
<html:blockquote xmlns="http://www.example.org/css3tests">
<html:div>
<html:div>
<html:p>This text should be green.</html:p>
</html:div>
</html:div>
</html:blockquote>
</content>
  <source>
   <css>p { color: red; }
blockquote &gt; div p { color: green; }
</css>
   <xml>
&lt;html:blockquote xmlns=&quot;http://www.example.org/css3tests&quot;&gt;
&lt;html:div&gt;
&lt;html:div&gt;
&lt;html:p&gt;This text should be green.&lt;/html:p&gt;
&lt;/html:div&gt;
&lt;/html:div&gt;
&lt;/html:blockquote&gt;
</xml>
  </source>
</test>