From 43b120039e9f5727740c9a31970cdea31c1593ba Mon Sep 17 00:00:00 2001
From: Noam Rosenthal High Resolution Time provides the current high
resolution time, the relative high
+ resolution time, the unsafe shared
current time, the shared monotonic clock,
@@ -106946,7 +106948,9 @@ import "https://example.com/foo/../module2.mjs";
For each fully active Document
in docs,
update animations and send events for that Document
, passing in
- now as the timestamp. WEBANIMATIONSDocument
's relevant global object as the timestamp.
+ WEBANIMATIONS
For each fully active Document
in docs, run
the fullscreen steps for that Document
. FULLSCREEN
For each fully active Document
in docs, run
- the animation frame callbacks for that Document
, passing in now
- as the timestamp.
Document
, passing in the
+ relative high resolution time given now and that
+ Document
's relevant global object as the timestamp.
For each fully active Document
doc in
@@ -107080,9 +107085,11 @@ import "https://example.com/foo/../module2.mjs";
perform pending transition operations for that Document
.
CSSVIEWTRANSITIONS
For each fully active For each fully active Document
in docs, run
+ Document
in docs, run
the update intersection observations steps for that Document
, passing in
- now as the timestamp. INTERSECTIONOBSERVERDocument
's relevant global object as the timestamp.
+ INTERSECTIONOBSERVER
Invoke the mark paint timing algorithm for each Document
object in docs.