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