diff --git a/index.html b/index.html index 7d62fe6..618a7db 100644 --- a/index.html +++ b/index.html @@ -628,20 +628,20 @@
When display surface enters an inaccessible state that is not
- necessarily permanent, the user agent MUST queue a task that [= set a
+ necessarily permanent, the user agent MUST queue a task that [= MediaStreamTrack/set a
track's muted state|sets the muted state =] of the corresponding media
track to true
.
When display surface exits an inaccessible state and becomes
- accessible, the user agent MUST queue a task that [= set a track's muted
+ accessible, the user agent MUST queue a task that [= MediaStreamTrack/set a track's muted
state|sets the muted state =] of the corresponding media track to
false
.
When a display surface enters an inaccessible state that is permanent (such as the source [= display surface/window=] closing), the - user agent MUST queue a task that [= track/ended | ends =] the + user agent MUST queue a task that [= MediaStreamTrack/ended | ends =] the corresponding media track.