From ff0fa8119b07f2d3901e569d9f9368c3d062c039 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Sun, 16 Sep 2018 22:25:21 +1000 Subject: [PATCH] [css-animations] animation-name is not inherited The spec previously had "Inherited: none" instead of "no". --- css-animations-1/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-animations-1/Overview.bs b/css-animations-1/Overview.bs index d2752d490df..a16b52f89d1 100644 --- a/css-animations-1/Overview.bs +++ b/css-animations-1/Overview.bs @@ -494,7 +494,7 @@ The 'animation-name' property Value: [ none | <> ]# Initial: none Applies to: all elements, ::before and ::after pseudo-elements - Inherited: none + Inherited: no Animatable: no Percentages: N/A Computed value: As specified