Skip to content

Commit 3880a24

Browse files
committed
external ref fixes
1 parent aa49328 commit 3880a24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11672,8 +11672,8 @@ Each {{AudioContext}} possesses exactly one {{AudioPlaybackStats}}.
1167211672
Attributes</h4>
1167311673

1167411674
Note: These attributes update only once per second and under specific
11675-
conditions. See [[#update-audio-stats]] and [[#AudioPlaybackStats-mitigations]]
11676-
for details.
11675+
conditions. See [[#update-audio-stats]] and
11676+
[[#AudioPlaybackStats-privacy-mitigations]] for details.
1167711677

1167811678
<dl dfn-type=attribute dfn-for="AudioPlaybackStats">
1167911679
: <dfn>underrunDuration</dfn>
@@ -11745,7 +11745,7 @@ Once per second, execute the update audio stats algorithm:
1174511745
[=Document/visibility state=] is `"visible"`, set <var>canUpdate</var> to
1174611746
true.
1174711747
1. Let <var>permission</var> be the [=permission state=] for the permission
11748-
associated with [=microphone=] access.
11748+
associated with [=microphone (in mediacapture-streams)=] access.
1174911749
If <var>permission</var> is "granted", set <var>canUpdate</var> to true.
1175011750
1. If <var>canUpdate</var> is false, abort these steps.
1175111751
1. Set {{[[underrun duration]]}} to the total duration of all [=underrun events=]

0 commit comments

Comments
 (0)