Skip to content

Commit

Permalink
fixup local name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest committed Nov 4, 2019
1 parent 63753e7 commit fa00f9a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -83684,15 +83684,10 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
data-x="concept-request-origin">origin</span> to that <span>browsing context scope
origin</span>.</p></li>

<li><p>If <var>browsingContext</var>'s <span>browsing context container</span> is an
<code>iframe</code> element, set <var>request</var>'s <span
data-x="concept-request-destination">destination</span> to "<code
data-x="">iframe</code>".</p></li>

<li><p>If <var>browsingContext</var>'s <span>browsing context container</span> is an
<code>frame</code> element, set <var>request</var>'s <span
data-x="concept-request-destination">destination</span> to "<code
data-x="">frame</code>".</p></li>
<li><p>Set <var>request</var>'s <span
data-x="concept-request-destination">destination</span> to <var>browsingContext</var>'s
<span>browsing context container</span>'s <span data-x="concept-element-local-name">local
name</span>.</p></li>
</ol>
</li>

Expand Down

0 comments on commit fa00f9a

Please sign in to comment.