Skip to content

Commit 12e3584

Browse files
birtlessvgeesus
authored andcommitted
Add description of unresolved time values
1 parent 17d2eae commit 12e3584

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

web-animations/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,12 @@ <h2>Timing model concepts</h2>
441441
weakened even further.
442442
</p>
443443
<p>
444-
Periodically, the user agent will trigger an update to the timing model
445-
in a process called <dfn>sampling</dfn>.
444+
A <a>time value</a> may also be <a>unresolved</a> if, for example,
445+
a timing node is not in a state to produce a <a>timing value</a>.
446+
</p>
447+
<p>
448+
Periodically, the user agent will queue a task to update the timing
449+
model in a process called <dfn>sampling</dfn>.
446450
On each <dfn>sample</dfn> the <a>time values</a> of each timing node are
447451
updated.
448452
</p>
@@ -8139,6 +8143,7 @@ <h2>Changes since last publication</h2>
81398143
2014 Working Draft</a>:
81408144
</p>
81418145
<ul>
8146+
<li>Added definition of <a>unresolved</a> <a>time values</a>.
81428147
<li>Renamed &ldquo;not started&rdquo; timelines as <a>inactive
81438148
timelines</a>.
81448149
<li>Fixed the grammar for <a>&lt;cubic-bezier-timing-function&gt;</a> to

0 commit comments

Comments
 (0)