<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-101b.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Substring matching attribute value selector on beginning with declared namespace</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-102.xml">Substring matching attribute value selector on end with declared namespace</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-101.xml">Substring matching attribute value selector on beginning with declared namespace</data> </item>
  <item> <name>Test #</name> <data>133 of 276 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>Substring matching attribute value selector on beginning with declared namespace</data> </item>
  <item> <name>ID</name> <data>101b</data> </item>
  <item> <name>Date</name> <data>2001-11-13</data> </item>
  <item> <name>Revision</name> <data>1.1</data> </item>
 </metadata>
   <requirement>The UA must support namespaces for this test.</requirement>
  <content xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b">
<p xmlns="http://www.w3.org/1999/xhtml" title="si on chantait">This paragraph should have a green background.</p>
<q xmlns="http://www.example.org/a" a:title="et si on chantait">This paragraph should be unstyled.</q>
<r xmlns="http://www.example.org/a" a:title="si on chantait">This paragraph should have a green background.</r>
<s xmlns="http://www.example.org/b" b:title="si on chantait">This paragraph should be unstyled.</s>
</content>
  <source>
   <css>@namespace a url(http://www.example.org/a);
@namespace b url(http://www.example.org/b);
@namespace html url(http://www.w3.org/1999/xhtml);
*|p, *|q, *|r, *|s { display : block ; margin-bottom : 1em }
*|p, *|r { background-color : lime ! important }
*|*[a|title^=&quot;si on&quot;], *|*[title^=&quot;si on&quot;] { background-color : red }
</css>
   <xml>
&lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot; title=&quot;si on chantait&quot;&gt;This paragraph should have a green background.&lt;/p&gt;
&lt;q xmlns=&quot;http://www.example.org/a&quot; a:title=&quot;et si on chantait&quot;&gt;This paragraph should be unstyled.&lt;/q&gt;
&lt;r xmlns=&quot;http://www.example.org/a&quot; a:title=&quot;si on chantait&quot;&gt;This paragraph should have a green background.&lt;/r&gt;
&lt;s xmlns=&quot;http://www.example.org/b&quot; b:title=&quot;si on chantait&quot;&gt;This paragraph should be unstyled.&lt;/s&gt;
</xml>
  </source>
</test>