Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: use responsible document a little less #4394

Merged
merged 2 commits into from
Feb 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -86869,8 +86869,8 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
<span>environment</span> is associated.</p>

<p class="note">In the case of an <span>environment settings object</span>, this URL might be
distinct from the <span>environment settings object</span>'s <span>responsible
document</span>'s <span data-x="concept-document-url">URL</span>, due to mechanisms such as
distinct from the <span>environment settings object</span>'s <span
data-x="concept-environment-creation-url">creation URL</span>, due to mechanisms such as
<code data-x="dom-history-pushstate">history.pushState()</code>.</p>
</dd>

Expand Down Expand Up @@ -91741,8 +91741,8 @@ document.body.appendChild(frame)</code></pre>
than 0, then throw an <span>"<code>InvalidStateError</code>"</span>
<code>DOMException</code>.</p></li>

<li><p>Let <var>entryDocument</var> be the <span>responsible document</span> specified by the
<span>entry settings object</span>.</p></li>
<li><p>Let <var>entryDocument</var> be the <span>entry global object</span>'s <span
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"the" entry global object, I think

data-x="concept-document-window">associated <code>Document</code></span>.</p></li>

<li><p>If <var>document</var>'s <span>origin</span> is not <span>same origin</span> to
<var>entryDocument</var>'s <span>origin</span>, then throw a
Expand Down Expand Up @@ -97574,8 +97574,8 @@ interface <dfn>BroadcastChannel</dfn> : <span>EventTarget</span> {

<ul>
<li><p>a <span data-x="concept-settings-object-global">global object</span> that is a
<code>Window</code> object and a <span>responsible document</span> that is <span>fully
active</span>, or</p></li>
<code>Window</code> object whose <span data-x="concept-document-window">associated
<code>Document</code></span> is <span>fully active</span>, or</p></li>

<li><p>a <span data-x="concept-settings-object-global">global object</span> that is a
<code>WorkerGlobalScope</code> object whose <span
Expand Down