File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -851,7 +851,7 @@ Text Shadows: the 'text-shadow' property</h2>
851
851
Computed value : either the keyword ''box-shadow/none'' or
852
852
a list, each item consisting of three absolute lengths
853
853
plus a computed color
854
- Animation type : as [= shadow list=]
854
+ Animation type : <a href="https://www.w3.org/TR/web-animations-1/#animating- shadow-lists">as shadow list</a>
855
855
</pre>
856
856
857
857
This property accepts a comma-separated list of shadow effects
@@ -860,9 +860,6 @@ Text Shadows: the 'text-shadow' property</h2>
860
860
(But note that spread values and the ''box-shadow/inset'' keyword are not allowed.)
861
861
Each layer shadows the element's text and all its text decorations
862
862
(composited together).
863
- If the color of the shadow is not specified,
864
- it defaults to ''currentColor'' ,
865
- i.e. the shadow’s color is taken from the element’s 'color' property.
866
863
867
864
The shadow effects are applied front-to-back:
868
865
the first shadow is on top.
You can’t perform that action at this time.
0 commit comments