From 317d5865e55c18d053455a0c48358b303d79d1ae Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Fri, 13 Dec 2024 14:13:26 -0500 Subject: [PATCH 1/3] Missed a spot that should use HTMLMediaElement's potentially playing definition --- getusermedia.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getusermedia.html b/getusermedia.html index 123b6224..7eb6b6a9 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -2419,7 +2419,7 @@

MediaStreams in Media Elements

{{double}} Any non-negative integer. The initial value is 0 and the values increments linearly in real time whenever the stream is - playing. + potentially playing. The value is the From d7d5050fa0069f7f18390f8ee971323494051c7d Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Fri, 13 Dec 2024 15:09:03 -0500 Subject: [PATCH 2/3] s/stream/element/ --- getusermedia.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getusermedia.html b/getusermedia.html index 7eb6b6a9..2230eb74 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -2418,7 +2418,7 @@

MediaStreams in Media Elements

{{double}} Any non-negative integer. The initial value is 0 and - the values increments linearly in real time whenever the stream is + the values increments linearly in real time whenever the element is
potentially playing. The value is the Date: Thu, 19 Dec 2024 10:41:28 -0500 Subject: [PATCH 3/3] use bikeshed Co-authored-by: Dominique Hazael-Massieux --- getusermedia.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getusermedia.html b/getusermedia.html index 2230eb74..59283b6a 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -2419,7 +2419,7 @@

MediaStreams in Media Elements

{{double}} Any non-negative integer. The initial value is 0 and the values increments linearly in real time whenever the element is -
potentially playing. + [=media element/potentially playing=]. The value is the