<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-89.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Simple combination 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-90.xml">Simple combination of direct and indirect adjacent combinators</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-88.xml">Nondeterministic matching of descendant and direct adjacent combinators</data> </item>
  <item> <name>Test #</name> <data>89 of 143</data> </item>
  <item> <name>Testing</name> <data>Simple combination of descendant and child combinators</data> </item>
  <item> <name>ID</name> <data>89</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">
<blockquote xmlns="http://www.w3.org/1999/xhtml">
<div>
<div>
<p>This text should be green.</p>
</div>
</div>
</blockquote>
</content>
  <source>
   <css>p { color: red; }
blockquote div > p { color: green; }</css>
   <xml>
&lt;blockquote xmlns="http://www.w3.org/1999/xhtml">
&lt;div>
&lt;div>
&lt;p>This text should be green.&lt;/p>
&lt;/div>
&lt;/div>
&lt;/blockquote>
</xml>
  </source>
</test>