<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-159.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Syntax and parsing of new pseudo-elements</title>
 <author>Ian Hickson</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-160.xml">Syntax and parsing of unknown pseudo-classes</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-158.xml">Syntax and parsing</data> </item>
  <item> <name>Test #</name> <data>250 of 296</data> </item>
  <item> <name>Testing</name> <data>Syntax and parsing of new pseudo-elements</data> </item>
  <item> <name>ID</name> <data>159</data> </item>
  <item> <name>Date</name> <data>2001-11-20</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">Try selecting some text in this document. It should be have a green background.</p>
</content>
  <source>
   <css>
  ::selection { background: lime; }
  :selection { background: red; }
</css>
   <xml>
 &lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;Try selecting some text in this document. It should be have a green background.&lt;/p&gt;
</xml>
  </source>
</test>