1 @namespace a url
(http://www
.example
.org
/a
);
2 @namespace b url
(http://www
.example
.org
/b
);
3 div
.stub p
{ color : red
}
4 div
.stub
> a|
*, div
.stub
> b|
* { color : red
; display : block
; margin-bottom : 1em }
5 div
.stub
*|
*:not
([test|
="foo-bar"]) { color : lime
}
6 div
.stub
*|
p:not
([lang|
="en-us"]) { color : lime
}
7 div
.stub b|
*[test|
="foo2-bar"] { color : lime
}