From 1294bec4db686126dd8b744848756ad738e1ffaf Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Mon, 22 Apr 2024 12:06:03 +0200 Subject: [PATCH] remove unneeded whtiespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marcos Cáceres --- getusermedia.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getusermedia.html b/getusermedia.html index 8ff3c91c..3e5db5ff 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -305,8 +305,8 @@

{{MediaStream}}

A {{MediaStream}} object is said to be audible when it has at least one {{MediaStreamTrack}} whose {{MediaStreamTrack/[[Kind]]}} is "audio" - that has not [= MediaStreamTrack/ended =]. A {{MediaStream}} that does not have any - audio tracks or only has audio tracks that are [= MediaStreamTrack/ended =] is + that has not [=MediaStreamTrack/ended=]. A {{MediaStream}} that does not have any + audio tracks or only has audio tracks that are [=MediaStreamTrack/ended=] is inaudible.

The [=User Agent=] may update a {{MediaStream}}'s [=track set=] in response to, for example, an external event. This specification does not specify any such cases, but other