<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-39a.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>::first-letter pseudo-element with ::before pseudo-element</title>
 <author>Daniel Glazman</author>
 <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-39c.xml">::first-letter pseudo-element with ::before pseudo-element</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-39.xml">::first-letter pseudo-element</data> </item>
  <item> <name>Test #</name> <data>40 of 246 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>::first-letter pseudo-element with ::before pseudo-element</data> </item>
  <item> <name>ID</name> <data>39a</data> </item>
  <item> <name>Date</name> <data>1-january-2002</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">
<p xmlns="http://www.w3.org/1999/xhtml">his very long paragraph should have a big first letter with a  green background.</p>
</content>
  <source>
   <css>p:first-letter { background-color: lime; font-size: xx-large; }, p:before { background-color: red; content: &#39;T&#39;; }</css>
   <xml>
&lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;his very long paragraph should have a big first letter with a  green background.&lt;/p&gt;
</xml>
  </source>
</test>