1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <title>Attribute selectors with multiple attributes</title>
4 <style type="text/css"><![CDATA[
5 tests, tests * { display: block; color: red; }
6 testA[*|attribute="pass"] { color: green; }
7 testB[*|attribute="pass"] { color: green; }
9 <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
10 <link rel="prev" href="css3-modsel-173b.xml" title="Namespaced attribute selectors"/>
11 <link rel="next" href="css3-modsel-174b.xml" title="NEGATED Attribute selectors with multiple attributes"/>
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>