@supports by stopsatgreen December 11, 2013 HTML <h1>Hello</h1> CSS @supports (color: red) { h1 { color: red; } }