From 71abec6205cba9bef600f8be96c68d7dc837c1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 24 Oct 2017 15:39:00 +0200 Subject: [PATCH] style: Fix spec link for animation-iteration-count. --- components/style/properties/longhand/box.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhand/box.mako.rs b/components/style/properties/longhand/box.mako.rs index 721edb6488a..c73ad963bdc 100644 --- a/components/style/properties/longhand/box.mako.rs +++ b/components/style/properties/longhand/box.mako.rs @@ -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" } %>