Posted by: felipe | February 2, 2012 A proposal to drop browser vendor prefixes Which reaction do you get by looking at the following code? #elem { -moz-box-shadow: 0 0 10px gray; -webkit-box-shadow: 0 0 10px gray; -o-box-shadow: 0 0 10px gray; -ms-box-shadow: 0 0 10px gray; box-shadow: 0 0 10px gray; } Whenever you see some extremely verbose CSS like the above, written with all vendor prefixes (p