1 2 3 4
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-64.html */ div.stub * { color : lime } div.stub > * > *:not(:active) { color : black }