<ul>
<li>Sheldon J. Plankton</li>
<li>Squidward Q. Tentacles</li>
<li>Garold Wilson <em>"Gary"</em> Snail Jr.</li>
<li>Eugene Harold Krabs</li>
<li>Sandra <em>"Sandy"</em> Cheeks</li>
</ul>
$('li').has('em').css({
background: 'yellow'
});
li:has(em) {
background: yellow;
}
li! > em {
background: yellow;
}
div:-js-min-width(100) {
background: red;
}
div:-math-lessthan(data-highscore, 10000) {
color: blue;
}
:-media-time() Demo