style: Fix spec link for animation-iteration-count.

This commit is contained in:
Emilio Cobos Álvarez 2017-10-24 15:39:00 +02:00
parent aff81aa169
commit 71abec6205
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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" } %>