Skip to content

Commit 9ec52de

Browse files
birtlessvgeesus
authored andcommitted
Add issue about adjusting timeline time values
1 parent 2548512 commit 9ec52de

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
@@ -8105,8 +8105,13 @@ <h2>Interaction with page display</h2>
81058105
unloaded and traversed,
81068106
are encouraged to apply consistent handling to documents containing Web
81078107
Animations content.
8108-
If provided, this behavior SHOULD be achieved by adjusting the time
8109-
values of any <a>timelines</a> bound to the <a>global clock</a>.
8108+
If provided, this behavior SHOULD be achieved by adjusting the <a>time
8109+
values</a> of any <a>timelines</a> bound to the <a>global clock</a>.
8110+
</p>
8111+
<p class="issue">
8112+
Is this at odds with those <a>time values</a> being relative to
8113+
<code>navigationStart</code> and with <code>requestAnimationFrame</code>
8114+
using the same time as <code>document.timeline.currentTime</code>?
81108115
</p>
81118116
</section>
81128117

0 commit comments

Comments
 (0)