2 p
{ background: red
; color: yellow
; }
3 p:not
(#other
).class:not
(.fail
).test#id#id
{ background: green
; color: white
; }
4 div
{ background: green
; color: white
; }
5 div:not
(#theid
).class:not
(.fail
).test#theid#theid
{ background: red
; color: yellow
; }
6 div:not
(#other
).notclass:not
(.fail
).test#theid#theid
{ background: red
; color: yellow
; }
7 div:not
(#other
).class:not
(.test
).test#theid#theid
{ background: red
; color: yellow
; }
8 div:not
(#other
).class:not
(.fail
).nottest#theid#theid
{ background: red
; color: yellow
; }
9 div:not
(#other
).class:not
(.fail
).nottest#theid#other
{ background: red
; color: yellow
; }