1 2 3 4 5 6
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-78.html */ .red { background-color : red } .t1 td:not(:last-child) { background-color : lime } p > *:not(:last-child) { background-color : lime } table.t1 td { border : thin black solid }