Skip to content

Commit

Permalink
Editorial: clarify follow a hyperlink algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored and domenic committed Mar 25, 2016
1 parent 6e5ecb0 commit d22a9f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -21365,9 +21365,8 @@ interface <dfn>HTMLHyperlinkElementUtils</dfn> {

<li><p>Let <var>replace</var> be false.</p></li>

<li><p>Let <var>source</var> be the <span>browsing context</span> that contains the
<code>Document</code> object with which <var>subject</var> in question is
associated.</p></li>
<li><p>Let <var>source</var> be <var>subject</var>'s <span>node document</span>'s <span
data-x="concept-document-bc">browsing context</span>.</p></li>

<li>

Expand All @@ -21394,7 +21393,7 @@ interface <dfn>HTMLHyperlinkElementUtils</dfn> {
the browsing context name. If these rules result in the creation of a new <span>browsing
context</span>, set <var>replace</var> to true.</p> <!-- c.f. concept-fs-target -->

<p>Otherwise, let <var>target</var> be the <span>browsing context</span> that <var>subject</var> itself is in.</p>
<p>Otherwise, let <var>target</var> be <var>source</var>.</p>

</li>

Expand Down

0 comments on commit d22a9f1

Please sign in to comment.