@media screen and (device-aspect-ratio: 16/9) { … }
@media screen and (device-aspect-ratio: 1280/720) { … }
@media screen and (device-aspect-ratio: 2560/1440) { … }
img:nth-of-type(2n+1) { float: right; }
img:nth-of-type(2n) { float: left; }
body > h2:not(:first-of-type):not(:last-of-type)
html|*:not(:link):not(:visited)
p::first-line { text-transform: uppercase }
@namespace foo url(http://www.example.com);
span[hello="Ocean"][goodbye="Land"]
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {