1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <title>NEGATED Attribute selectors with multiple attributes</title>
4 <style type="text/css"><![CDATA[
5 tests, tests * { display: block; color: green }
6 testA:not([*|attribute="pass"]) { color: red; }
7 testB:not([*|attribute="pass"]) { color: red; }
9 <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
10 <link rel="prev" href="css3-modsel-174a.xml" title="Attribute selectors with multiple attributes"/>
11 <link rel="next" href="css3-modsel-175a.xml" title="Parsing: Numbers in classes"/>
12 <link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
13 <link rel="up" href="./index.html"/>
14 <link rel="top" href="../../index.html"/>
17 <tests xmlns="http://css.example.net/" xmlns:test="http://css.example.net/">
18 <testA attribute="pass" test:attribute="fail">This should be green.</testA>
19 <testB attribute="fail" test:attribute="pass">This should be green.</testB>