-
I've been at my current job so long that my first projects here all had the following CSS properties in a reset: -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
-
... and I had coworkers complaining that there was no
-ms-version. Which is delightful in hindsight for at least three reasons.