File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -386,6 +386,24 @@ and is only relevant to user agents that provide scripting support.
386386
387387</div>
388388
389+ <h2 id="spec-conventions">Specification conventions</h2>
390+
391+ This specification begins by describing abstract concepts such as [=animations=]
392+ and [=animation effects=] and properties that belong to them such as their
393+ [=playback rate=] or [=iteration duration=] .
394+ In addition to these properties, there are often specific procedures for
395+ updating these properties such as the procedure to [=set the playback rate=] or
396+ the procedure to [=set the start time=] of an animation.
397+
398+ Where this specification does not specifically link to a procedure, text
399+ that requires the user agent to update a property such as, “make
400+ |animation|'s [=start time=] [=unresolved=] ”, should be understood to
401+ refer to updating the property directly <em> without</em> invoking any related
402+ procedure.
403+
404+ Further documentation conventions that are not specific to this specification
405+ are described in [[#conventions]] .
406+
389407<h2 id="web-animations-model-overview">Web Animations model overview</h2>
390408
391409<div class='informative-bg'><em> This section is non-normative</em>
You can’t perform that action at this time.
0 commit comments