File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -126,9 +126,8 @@ <h4>Registering and responding to capture actions</h4>
126
126
< p > When this method is invoked, the user agent MUST run the following steps:</ p >
127
127
< ol >
128
128
< li >
129
- If the [=relevant settings object=]'s
130
- [=environment settings object/responsible document=] is either not
131
- [=Document/fully active=] or its [=browsing context=] is not a
129
+ If the [=relevant global object=]'s [=associated `Document`=] is
130
+ either not [=Document/fully active=] or its [=browsing context=] is not a
132
131
[=top-level browsing context=], then throw {{InvalidAccessError}}.
133
132
</ li >
134
133
< li >
@@ -291,8 +290,8 @@ <h4>Enumerating supported actions and triggering them</h4>
291
290
</ p >
292
291
< ol >
293
292
< li >
294
- Let |target| be the the [=relevant settings object=]'s
295
- [=environment settings object/responsible document =]'s
293
+ Let |target| be the the [=relevant global object=]'s
294
+ [=associated `Document` =]'s
296
295
associated navigator's {{MediaDevices}} object.
297
296
< li >
298
297
If |action| is not in |target|'s
You can’t perform that action at this time.
0 commit comments