mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Fix spec link for animation-iteration-count.
This commit is contained in:
parent
aff81aa169
commit
71abec6205
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ ${helpers.predefined_type(
|
|||
animation_value_type="none",
|
||||
extra_prefixes="moz webkit",
|
||||
allowed_in_keyframe_block=False,
|
||||
spec="https://drafts.csswg.org/css-transitions/#propdef-animation-iteration-count",
|
||||
spec="https://drafts.csswg.org/css-animations/#propdef-animation-iteration-count",
|
||||
)}
|
||||
|
||||
<% animation_direction_custom_consts = { "alternate-reverse": "Alternate_reverse" } %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue