Skip to content

Commit c76e08e

Browse files
authored
[web-animations-2][editorial] Fixed CSSNumericValue references (w3c#13989)
1 parent 399fcf8 commit c76e08e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web-animations-2/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {
28412841
Note: In this version of the spec, duration is not settable as a
28422842
CSSNumericValue; however, duration may be returned as a CSSNumericValue when
28432843
resolving 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}},
28452845
where the unit is a valid time unit or percent.
28462846

28472847
<div class="attributes">

0 commit comments

Comments
 (0)