From 401a081e21bd81b1ff58d7f6888fb44d1fe1dfff Mon Sep 17 00:00:00 2001 From: "mark a. foltz" Date: Sun, 10 Sep 2023 17:01:39 -0700 Subject: [PATCH] Change update interval to 250ms --- index.bs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 28a4fa4..6388060 100644 --- a/index.bs +++ b/index.bs @@ -1263,7 +1263,7 @@ The [=timeline offset=] associated with the playback changes since the last sent The {{stalled}} event needs to fire at the associated {{HTMLMediaElement}} instance. -More than 350ms pass since the last [=remote-playback-state-event=] message +More than 250ms pass since the last [=remote-playback-state-event=] message and any of the following attributes observably change since the last [=remote-playback-state-event=] message. Any new continuously changing attributes fall under this rule. @@ -1271,6 +1271,9 @@ More than 350ms pass since the last [=remote-playback-state-event=] message * {{HTMLMediaElement/played|HTMLMediaElement.played}} * {{HTMLMediaElement/currentTime|HTMLMediaElement.currentTime}} +NOTE: A media element is required to fire a {{HTMLMediaElement/timeupdate}} +event every 250ms or sooner. + : remote-playback-id :: The ID of the remote playback whose state has changed.