Skip to content

Commit 5cd2dff

Browse files
committed
[css-text-decor][web-animations] text-shadow animates like box-shadow #4375
1 parent 472e482 commit 5cd2dff

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

css-text-decor-3/Overview.bs

+1-5
Original file line numberDiff line numberDiff line change
@@ -851,11 +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: by computed value,
855-
treating ''box-shadow/none'' as a zero-item list
856-
and appending blank shadows (''transparent 0 0 0'')
857-
as needed to match the longer list
858-
if the shorter list is otherwise compatible with the longer one
854+
Animation type: as [=shadow list=]
859855
</pre>
860856

861857
This property accepts a comma-separated list of shadow effects

css-text-decor-4/Overview.bs

+1-5
Original file line numberDiff line numberDiff line change
@@ -1920,11 +1920,7 @@ Text Shadows: the 'text-shadow' property</h2>
19201920
Computed value: either the keyword ''box-shadow/none'' or
19211921
a list, each item consisting of four absolute lengths
19221922
plus a computed color
1923-
Animation type: by computed value,
1924-
treating ''box-shadow/none'' as a zero-item list
1925-
and appending blank shadows (''transparent 0 0 0 0'')
1926-
as needed to match the longer list
1927-
if the shorter list is otherwise compatible with the longer one
1923+
Animation type: as [=shadow list=]
19281924
</pre>
19291925

19301926
This property accepts a comma-separated list of shadow effects

web-animations-1/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -6428,10 +6428,10 @@ map to ''visibility/visible''
64286428
and other values of <var ignore>p</var> map to the closer endpoint;
64296429
if neither value is ''visibility/visible'' then [=discrete=] animation is used.
64306430

6431-
Animation of 'box-shadow' {#animating-shadow-lists}
6432-
-------------------------------
6431+
Animation of 'box-shadow' and 'text-shadow' {#animating-shadow-lists}
6432+
-------------------------------------------
64336433

6434-
Animation the 'box-shadow' property follows the procedures for
6434+
Animation the 'box-shadow' or 'text-shadow' property follows the procedures for
64356435
[[css-values-4#combining-values|combining]]
64366436
<dfn export lt="combining shadow lists" local-lt="shadow lists">shadow lists</dfn>
64376437
as follows:

0 commit comments

Comments
 (0)