Skip to content

Commit

Permalink
stop using "associated Document" as if it's a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Oct 30, 2018
1 parent 1a2fce6 commit 394e176
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -81077,11 +81077,9 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
<div w-nodev>

<p>A <code>Location</code> object has an associated <dfn>relevant <code>Document</code></dfn>,
which is this <code>Location</code> object's associated <code>Document</code> object's <span
data-x="concept-document-bc">browsing context</span>'s <span>active document</span>, if this
<code>Location</code> object's associated <code>Document</code> object's <span
data-x="concept-document-bc">browsing context</span> is a <span>browsing context</span>, and null
otherwise.</p>
which is this <code>Location</code> object's <span>relevant global object</span>'s <span>browsing
context</span>'s <span>active document</span>, if this <code>Location</code> object's
<span>relevant global object</span> has a <span>browsing context</span>, and null otherwise.</p>

<p>A <code>Location</code> object has an associated <dfn data-x="concept-location-url">url</dfn>,
which is this <code>Location</code> object's <span>relevant <code>Document</code></span>'s <span
Expand Down Expand Up @@ -81652,7 +81650,7 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface

<ol>
<li><p>If this <code>Location</code> object's <span>relevant <code>Document</code></span> is
null, then return « ».</p></li>
null, then return an empty <span>list</span>.</p></li>

<li><p>If this <code>Location</code> object's <span>relevant <code>Document</code></span>'s
<span>origin</span> is not <span>same origin-domain</span> with the <span>entry settings
Expand Down

0 comments on commit 394e176

Please sign in to comment.