<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-5.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Attribute existence selector</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-6.xml">Attribute value selector</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-4.xml">Omitted universal selector</data> </item>
  <item> <name>Test #</name> <data>5 of 246 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>Attribute existence selector</data> </item>
  <item> <name>ID</name> <data>5</data> </item>
  <item> <name>Date</name> <data>11-july-2001</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">
<p xmlns="http://www.w3.org/1999/xhtml" title="title">This paragraph should have a green background because its TITLE
      attribute is set.</p>
</content>
  <source>
   <css>p { background-color : red }
p[title] { background-color : lime }</css>
   <xml>
&lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot; title=&quot;title&quot;&gt;This paragraph should have a green background because its TITLE
      attribute is set.&lt;/p&gt;
</xml>
  </source>
</test>