When declaring say box-shadow
or text-shadow
or gradients for that matter, do you still need all the prefixes?
-webkit-box-shadow: inse
caniuse.com has a good table showing which browsers require the prefix, and which don’t support box-shadow
at all.
(Versions that require a prefix have that prefix underneath the version number, as in the screenshot below.)
Whether you need to use the prefixes for whatever site you’re building depends on which browsers are actually used by the site’s existing/intended audience.