Skip to content

Commit 95df93e

Browse files
committed
external ref fixes
1 parent 7d07273 commit 95df93e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ 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.
4545
Markup 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
4846
</pre>
4947

5048
<pre class=anchors>
@@ -11747,7 +11745,7 @@ Once per second, execute the update audio stats algorithm:
1174711745
[=Document/visibility state=] is `"visible"`, set <var>canUpdate</var> to
1174811746
true.
1174911747
1. Let <var>permission</var> be the [=permission state=] for the permission
11750-
associated with [="microphone"=] access.
11748+
associated with "microphone" access.
1175111749
If <var>permission</var> is "granted", set <var>canUpdate</var> to true.
1175211750
1. If <var>canUpdate</var> is false, abort these steps.
1175311751
1. Set {{[[underrun duration]]}} to the total duration of all [=underrun events=]

0 commit comments

Comments
 (0)