@namespace a url(http://www.example.org/a); | |
@namespace b url(http://www.example.org/b); | |
div.stub p { color : red } | |
div.stub > a|*, div.stub > b|* { color : red ; display : block ; margin-bottom : 1em } | |
div.stub *|*:not([test~="foo"]) { color : lime } | |
div.stub *|p:not([class~="foo"]) { color : lime } | |
div.stub b|*[test~="foo2"] { color : lime } |