Open LeaVerou opened 4 years ago
I suppose one way to measure this would be to measure properties starting with -(webkit|moz|ms|apple|o)-
, as well as its presence in values (with \B
before and [a-z]+
after) and selectors (with :
before and [a-z]+
after) and keep track of what we find (properties, values, selectors should be separate), then aggregating over the website corpus will be quite illuminating.
Note that the JS pushed doesn't measure prefixed @-rules: The Rework parser doesn't seem to parse those correctly unless they are known (e.g. @-moz-document
).
Popular vendor prefix numbers. Are the
-webkit-
,-moz-
,-o-
or-ms-
numbers still relevant, considering the improved browser support for most of the CSS properties that once required vendor prefixes?(by @catalinred)
Reply by @svgeesus: