There was a brief era where we wrote
background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), to(#c6d3f7));
rather than
background: linear-gradient(left, #fff, #fff 50%, #c6d3f7);
and to this day I still want to know how WebKit landed on such verbose […]