File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ Abstract: This specification describes a high-level Web <abbr title="Application
4343 it is anticipated to be used with the <code>canvas</code> 2D [[2dcontext]]
4444 and WebGL [[WEBGL]] 3D graphics APIs.
4545Markup Shorthands: markdown on, dfn on, css off
46+ Anchors:
47+ url: https://www.w3.org/TR/mediacapture-streams/#dfn-microphone; type: enum-value; text: "microphone"; for: PermissionName; spec: mediacapture-streams
4648</pre>
4749
4850<pre class=anchors>
@@ -11745,7 +11747,7 @@ Once per second, execute the update audio stats algorithm:
1174511747 [=Document/visibility state=] is `"visible"`, set <var>canUpdate</var> to
1174611748 true.
1174711749 1. Let <var>permission</var> be the [=permission state=] for the permission
11748- associated with [=PermissionName/microphone | "microphone"=] access.
11750+ associated with [="microphone"=] access.
1174911751 If <var>permission</var> is "granted", set <var>canUpdate</var> to true.
1175011752 1. If <var>canUpdate</var> is false, abort these steps.
1175111753 1. Set {{[[underrun duration]]}} to the total duration of all [=underrun events=]
You can’t perform that action at this time.
0 commit comments