Skip to content

Commit

Permalink
Updating info about prefixes as it is missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya Manian committed Mar 5, 2012
1 parent f067d5b commit 31be59a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions posts/box-shadow.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
feature: box-shadow
status: caution
tags: none
tags: prefixes
kind: css
polyfillurls:

`box-shadow` is safe to use most of the time, except when you are applying it on a large area as that may cause significant performance impact when interacting with the page (on scroll and hovers, but also transitions and animations).

Polyfills are unnecessary for box-shadow. They are too costly and slow down pageload. Users without a modern browser will not see a shadow, but aren't checking your site in multiple browsers anyhow.
Polyfills are unnecessary for box-shadow. They are too costly and slow down page load. Users without a modern browser will not see a shadow, but aren't checking your site in multiple browsers anyhow.

Box shadows can also be applied safely without prefixes.

0 comments on commit 31be59a

Please sign in to comment.