Skip to content

Commit 4660b95

Browse files
authored
Remove one more use of responsible document (#243)
1 parent 51343b0 commit 4660b95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3822,7 +3822,8 @@ To <dfn>get the realm info</dfn> given |environment settings|:
38223822
<dl>
38233823
<dt>|global object| is a [=Window=] object
38243824
<dd>
3825-
1. Let |document| be |environment settings|' [=responsible document=].
3825+
1. Let |document| be |environment settings|' [=relevant global object=]'s
3826+
<a>associated <code>Document</code></a>.
38263827
1. Let |browsing context| be |document|'s [=/browsing context=].
38273828
1. Let |context id| be the [=browsing context id=] for |browsing context|.
38283829
1. Let |realm info| be a map matching the <code>WindowRealmInfo</code> production,

0 commit comments

Comments
 (0)