<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-7b.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Attribute multivalue selector</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-8.xml">Attribute value selectors (hyphen-separated attributes)</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-7.xml">Attribute multivalue selector</data> </item>
  <item> <name>Test #</name> <data>9 of 296</data> </item>
  <item> <name>Testing</name> <data>Attribute multivalue selector</data> </item>
  <item> <name>ID</name> <data>7b</data> </item>
  <item> <name>Date</name> <data>2001-01-01</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content>
  <p xmlns="http://www.w3.org/1999/xhtml" title="hello world">This line should have a green background.</p>
</content>
  <source>
   <css>
p { background: lime; }
[title~=&quot;hello world&quot;] { background: red; }
/* Section 6.3.1: Represents the att attribute whose value is a
space-separated list of words, one of which is exactly &quot;val&quot;. If this
selector is used, the words in the value must not contain spaces
(since they are separated by spaces). */
</css>
   <xml>
  &lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot; title=&quot;hello world&quot;&gt;This line should have a green background.&lt;/p&gt;
</xml>
  </source>
</test>