1 @namespace a url
(http://www
.example
.org
/a
);
2 @namespace b url
(http://www
.example
.org
/b
);
3 @namespace html url
(http://www
.w3
.org
/1999/xhtml
);
4 *|p
, *|q
, *|r
, *|s
{ display : block
; margin-bottom : 1em }
5 *|p
.deu
, *|q
{ background-color : lime
! important
}
6 div
.stub html|
*:not
([*|class
~="deux"]),
7 div
.stub
*|
*:not
(html|
*):not
([*|foo
~="deux"]) { background-color : red
}