<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-19a.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>:active pseudo-class on blocks</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-19b.xml">:active pseudo-class on controls</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-19.xml">:active pseudo-class</data> </item>
  <item> <name>Test #</name> <data>6 of 20 of the interactive tests category</data> </item>
  <item> <name>Testing</name> <data>:active pseudo-class on blocks</data> </item>
  <item> <name>ID</name> <data>19a</data> </item>
  <item> <name>Date</name> <data>2004-02-29</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">Clicking this paragraph should have no effect.</p>
</content>
  <source>
   <css>p { color: navy; }
p:active { background: red; color: yellow; font-size: 2em; }</css>
   <xml>
&lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;Clicking this paragraph should have no effect.&lt;/p&gt;
</xml>
  </source>
</test>