<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-177a.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Parsing : vs ::</title>
 <author>Ian Hickson</author>
 <metadata>
  <item> <name>CSS 3 Module</name> <data>W3C Selectors</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-161.xml">Syntax and parsing of unknown pseudo-classes and pseudo-elements</data> </item>
  <item> <name>Test #</name> <data>15 of 15 of the interactive tests category</data> </item>
  <item> <name>Testing</name> <data>Parsing : vs ::</data> </item>
  <item> <name>ID</name> <data>177a</data> </item>
  <item> <name>Date</name> <data>2003-06-22</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
   <requirement>User interaction is required for this test.</requirement>
  <content>
  <p xmlns="http://www.w3.org/1999/xhtml">When you select this text, it shouldn&#39;t go red.</p>
</content>
  <source>
   <css>
 p:selection { color: yellow; background: red; }
</css>
   <xml>
  &lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;When you select this text, it shouldn&amp;#39;t go red.&lt;/p&gt;
</xml>
  </source>
</test>