File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ value of <var>time</var> is based on the first condition that matches:
418418 : If <em> all</em> of the following conditions are true:
419419
420420 * The animation is associated with a [=progress-based timeline=] , and
421- * <var> time</var> is not a CSSNumeric value with percent units:
421+ * <var> time</var> is not a {{CSSNumericValue}} with percent units:
422422
423423 :: <a>throw</a> a <span class="exceptionname"> TypeError</span> .
424424 :: return false;
@@ -2841,7 +2841,7 @@ partial dictionary OptionalEffectTiming {
28412841Note: In this version of the spec, duration is not settable as a
28422842CSSNumericValue; however, duration may be returned as a CSSNumericValue when
28432843resolving the duration in {{AnimationEffect/getComputedTiming()}} . Future
2844- versions of the spec may enable setting the duration as a CSSNumeric value ,
2844+ versions of the spec may enable setting the duration as a {{CSSNumericValue}} ,
28452845where the unit is a valid time unit or percent.
28462846
28472847<div class="attributes">
You can’t perform that action at this time.
0 commit comments