Skip to content

Commit e3b6913

Browse files
committed
Replace usage of "responsible document"
1 parent bc83d16 commit e3b6913

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

actions/index.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,8 @@ <h4>Registering and responding to capture actions</h4>
126126
<p>When this method is invoked, the user agent MUST run the following steps:</p>
127127
<ol>
128128
<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
132131
[=top-level browsing context=], then throw {{InvalidAccessError}}.
133132
</li>
134133
<li>
@@ -291,8 +290,8 @@ <h4>Enumerating supported actions and triggering them</h4>
291290
</p>
292291
<ol>
293292
<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
296295
associated navigator's {{MediaDevices}} object.
297296
<li>
298297
If |action| is not in |target|'s

0 commit comments

Comments
 (0)