1 @namespace html url
(http://www
.w3
.org
/1999/xhtml
);
2 @namespace a url
(http://www
.example
.org
/a
);
3 @namespace b url
(http://www
.example
.org
/b
);
4 *|p
, *|l
{ display : block
; margin-bottom : 1em }
5 div
.test
* { background-color : red
}
6 div
.test
*:not
(a|p
) { background-color : lime
}