Skip to content

Commit 5c0d9c6

Browse files
committed
[web-animations-1] Fix a few bikeshed warnings
1 parent 9b4c916 commit 5c0d9c6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

web-animations-1/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@ a {{Document}} |doc| at timestamp |now|, run these steps:
603603
<a lt="timeline current time">current time</a> of a [=timeline=] also
604604
involves:
605605

606-
* Updating the [=current time=] of any [=animations=] associated with
607-
the timeline.
606+
* Updating the [=current time=] of any [=animations=] <a lt="associated
607+
with a timeline">associated with</a> the timeline.
608608
* Running the [=update an animation's finished state=] procedure for any
609609
animations whose [=current time=] has been updated.
610610
* Queueing [=animation events=] for any such animations.
@@ -3053,7 +3053,7 @@ types</a>.
30533053

30543054
For <a>animation types</a> that do not define a specific procedure
30553055
for <a lt="animation addition">addition</a> or which are defined as
3056-
<dfn>not additive</dfn>, the <a
3056+
<dfn export>not additive</dfn>, the <a
30573057
lt="animation addition">addition procedure</a> is simply
30583058
<var>V</var><sub>res</sub> = <var>V</var><sub>b</sub>.
30593059

@@ -5018,7 +5018,7 @@ typedef (sequence&lt;Keyframe&gt; or PropertyIndexedKeyframes) KeyframeArgument;
50185018

50195019
The meaning and allowed values of each argument is as follows:
50205020

5021-
: <dfn id="dom-keyframe-offset">offset</dfn>
5021+
: offset
50225022
:: The <a>keyframe offset</a> of the <a>keyframe</a> specified as
50235023
a number between 0.0 and 1.0 inclusive or <code>null</code>.
50245024

@@ -5031,15 +5031,15 @@ The meaning and allowed values of each argument is as follows:
50315031
Keyframes that specify an offset must be provided in increasing
50325032
order of offset. Adjacent and equal offsets, however, are permitted.
50335033

5034-
: <dfn id="dom-keyframe-easing">easing</dfn>
5034+
: easing
50355035
:: The <a>timing function</a> used to transform the progress of time
50365036
from this keyframe until the next keyframe in the series.
50375037

50385038
The syntax and error-handling associated with parsing this string
50395039
is identical to that defined for the {{EffectTiming/easing}} attribute
50405040
of the {{EffectTiming}} interface.
50415041

5042-
: <dfn id="dom-keyframe-composite">composite</dfn>
5042+
: composite
50435043
:: The <a>keyframe-specific composite operation</a> used to combine the values
50445044
specified in this keyframe with the <a>underlying value</a>.
50455045

@@ -5893,7 +5893,7 @@ additional technologies defined in terms of this specification in
58935893
which case the definitions provided in this specification will form
58945894
part of the conformance criteria of the additional technology.
58955895

5896-
A <dfn>conforming scripted Web Animations user agent</dfn> is a user
5896+
A <dfn export>conforming scripted Web Animations user agent</dfn> is a user
58975897
agent that implements the <abbr
58985898
title="Application Programming Interface">API</abbr> defined in
58995899
[[#programming-interface]].

0 commit comments

Comments
 (0)