diff --git a/web-animations-2/Overview.bs b/web-animations-2/Overview.bs index a3e5d77273fc..40e29fa13102 100644 --- a/web-animations-2/Overview.bs +++ b/web-animations-2/Overview.bs @@ -418,7 +418,7 @@ value of time is based on the first condition that matches: : If all of the following conditions are true: * The animation is associated with a [=progress-based timeline=], and - * time is not a CSSNumeric value with percent units: + * time is not a {{CSSNumericValue}} with percent units: :: throw a TypeError. :: return false; @@ -2841,7 +2841,7 @@ partial dictionary OptionalEffectTiming { Note: In this version of the spec, duration is not settable as a CSSNumericValue; however, duration may be returned as a CSSNumericValue when resolving the duration in {{AnimationEffect/getComputedTiming()}}. Future -versions of the spec may enable setting the duration as a CSSNumeric value, +versions of the spec may enable setting the duration as a {{CSSNumericValue}}, where the unit is a valid time unit or percent.