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 div
.stub
> *|
* { background-color : lime
; display : block
;
6 div
.stub
> *|
*:not
(*) { background-color : red
}
7 /* yes, the rule just above selects nothing... That's the point */