1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <title>NEGATED attribute value selector</title>
4 <style type="text/css"><![CDATA[@namespace a url(http://www.example.org/a);
5 div.stub > p {color : red }
6 div.stub > a|* { color : red ; display : block ; margin-bottom : 1em }
7 div.stub *|*:not([test="1"]) { color : lime }]]></style>
8 <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
9 <link rel="prev" href="css3-modsel-50.xml" title="NEGATED attribute existence selector"/>
10 <link rel="next" href="css3-modsel-52.xml" title="NEGATED attribute space-separated value selector"/>
11 <link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
12 <link rel="up" href="./index.html"/>
13 <link rel="top" href="../../index.html"/>
17 <q xmlns="http://www.example.org/a" test="1">
18 <r test="11">This text should be</r>
19 <r>in green characters</r>
21 <s xmlns="http://www.example.org/a">This text should be in green characters</s>
22 <p>This text should be in green characters</p>