<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-41a.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>:before pseudo-element</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-42.xml">::after pseudo-element</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-41.xml">::before pseudo-element</data> </item>
  <item> <name>Test #</name> <data>60 of 296</data> </item>
  <item> <name>Testing</name> <data>:before pseudo-element</data> </item>
  <item> <name>ID</name> <data>41a</data> </item>
  <item> <name>Date</name> <data>2004-03-30</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content>
<p xmlns="http://www.w3.org/1999/xhtml">You should see before this paragraph the words GENERATED CONTENT over green background</p>
</content>
  <source>
   <css>p:before { background-color : lime ; content : &quot;GENERATED CONTENT &quot;}
</css>
   <xml>
&lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;You should see before this paragraph the words GENERATED CONTENT over green background&lt;/p&gt;
</xml>
  </source>
</test>