The is a test page for negation pseudo-class selectors. If the lines below are grey, blue, red and green then this browser can be tested.
Not Supported
.attribute[class] p - No Match - Correct
Match - Incorrect
Note: This test page is still incomplete and under review and testing.
p.test2[class="test"]
p.test3[class="test3"] class="test3 x"
p.test5-x[class="test5"] class="test5-x"
p.test9[class=""]
p.test21[class~="test21 x"] class="test21 x y"
p.test23[class~=""] class="test23 x y"
p.test32-x[class|="x"] class="test32-x"
p.test37-x[class|=""] class="test37-x"
| Selector | Gecko 1.7~1.9 | Opera 9.2 | Opera 9.5b | Safari 3.1b | IE 7~8b | iCab | Konqueror |
|---|---|---|---|---|---|---|---|
| 6.3.1. Attribute presence and values selectors | OK | B | OK | OK | OK | ? | ? |
p.test52[class^="tes"] class="x test52"
p.test62[class$="st62"] class="test62 x"
| Selector | Gecko 1.7~1.9 | Opera 7.5~8.5 | Opera 9.0~9.5b | Safari 3.1b | IE 7~8b | iCab | Konqueror |
|---|---|---|---|---|---|---|---|
| 6.3.2. Substring matching attribute selectors | OK | N | OK | OK | OK | ? | ? |