text-shadow
Read More at MDN DocsView SpecSafe to Use
text-shadow
is considered safe to use.
It’s supported by 94% of global browsers.
Browsers
Version Breakdown
Full Support
Full Support
Full Support
Full Support
Firefox versions before 57 have a bug whereby transition
s will not work when transitioning from a text-shadow
with a color specified to a text-shadow
without a color specified (bug 726550).
From Firefox 4, the blur radius is capped at 300 for performance reasons.
Firefox theoretically supports infinite text-shadows (don't try it).
If the <color>
value is unspecified, then Firefox uses the value of the element's color
property.
Full Support
Firefox versions before 57 have a bug whereby transition
s will not work when transitioning from a text-shadow
with a color specified to a text-shadow
without a color specified (bug 726550).
From Firefox 4, the blur radius is capped at 300 for performance reasons.
Firefox theoretically supports infinite text-shadows (don't try it).
If the <color>
value is unspecified, then Firefox uses the value of the element's color
property.
Full Support
Full Support
Full Support
Opera supports a maximum of 6-9 text-shadows for performance reasons. The blur radius is limited to 100px.
Opera 9.5 to 10.1 adheres to the old, reverse painting order (in CSS2, the first specified shadow is on the bottom).
Full Support
Full Support
In Safari, any shadows that do not explicitly specify a color are transparent.
Safari 1.1 to 3.2 only supports one text-shadow (displays the first shadow of a comma-separated list and ignores the rest). Safari 4.0 (WebKit 528) and later support multiple text-shadows.
Full Support
In Safari, any shadows that do not explicitly specify a color are transparent.
Safari iOS 1 and 2 only support one text-shadow (displays the first shadow of a comma-separated list and ignores the rest). Safari iOS 3 (WebKit 528) and later support multiple text-shadows.
Full Support
Full Support