Skip to content

Commit ed63409

Browse files
authored
[css-animations-2] Fixed Changes section and added links (w3c#8498)
1 parent f192a56 commit ed63409

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

css-animations-2/Overview.bs

+7-8
Original file line numberDiff line numberDiff line change
@@ -823,29 +823,28 @@ console.log(anim.playState); // Should be 'running'.
823823
are introduced.
824824
</li>
825825
<li>
826-
Generation of keyframe objects is described in detail
826+
Generation of keyframe objects is described in detail.
827827
</li>
828828
<li>
829-
The animation-composition property is introduced,
830-
which defines the composite operation used
829+
The 'animation-composition' property is introduced,
830+
which defines the composite operation used
831831
when multiple animations affect the same property simultaneously.
832832
</li>
833833
<li>
834-
The animation-timeline property is introduced,
834+
The 'animation-timeline' property is introduced,
835835
which defines the timeline used with the animation.
836836
</li>
837837
<li>
838-
The animation shorthand property is updated
838+
The 'animation' shorthand property is updated
839839
to account for these new properties.
840840
</li>
841841
<li>
842842
Dispatch of animation events is described.
843843
</li>
844844
<li>
845-
The CSSAnimation interface is added.
845+
The {{CSSAnimation}} interface is added.
846846
</li>
847847
<li>
848-
Requirements on pending style changesare described.
848+
Requirements on pending style changes are described.
849849
</li>
850-
851850
</ul>

0 commit comments

Comments
 (0)