Skip to content

Commit 680e999

Browse files
committed
[css-animations-2] initial value of the exit ranges is 'auto', to match the start ranges (copypaste error)
1 parent 227b73a commit 680e999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-animations-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ The behavior of 'timeline-trigger-exit-range' is defined in [[web-animations-2#t
10141014
<pre class="propdef">
10151015
Name: timeline-trigger-exit-range-start, timeline-trigger-exit-range-end
10161016
Value: [ auto | normal | <<length-percentage>> | <<timeline-range-name>> <<length-percentage>>? ]#
1017-
Initial: normal
1017+
Initial: auto
10181018
Applies to: all elements
10191019
Inherited: no
10201020
Percentages: relative to the specified [=named timeline range=] if one was specified, else to the entire timeline

0 commit comments

Comments
 (0)