Skip to content

Commit fcce0c5

Browse files
committed
[css-text-decor-3] Sync with css-text-4 text-shadowwording.
* Link to shadow list animation definition * Drop redundant comment about color, covered by 'box-shadow' definition.
1 parent 13442dd commit fcce0c5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

css-text-decor-3/Overview.bs

+1-4
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ Text Shadows: the 'text-shadow' property</h2>
851851
Computed value: either the keyword ''box-shadow/none'' or
852852
a list, each item consisting of three absolute lengths
853853
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>
855855
</pre>
856856

857857
This property accepts a comma-separated list of shadow effects
@@ -860,9 +860,6 @@ Text Shadows: the 'text-shadow' property</h2>
860860
(But note that spread values and the ''box-shadow/inset'' keyword are not allowed.)
861861
Each layer shadows the element's text and all its text decorations
862862
(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.
866863

867864
The shadow effects are applied front-to-back:
868865
the first shadow is on top.

0 commit comments

Comments
 (0)