Skip to content

Commit

Permalink
Fix #522: "reinitialise url" has an incorrect guard
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Jan 20, 2016
1 parent 862c8b1 commit ea7b6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -20592,7 +20592,7 @@ interface <dfn>HTMLHyperlinkElementUtils</dfn> {
data-noexport="">reinitialise url</dfn> algorithm, which runs these steps:</p>

<ol>
<li><p>If element's <span data-x="concept-hyperlink-url">url</span> is null or its
<li><p>If element's <span data-x="concept-hyperlink-url">url</span> is non-null and its
<span>non-relative flag</span> is set, terminate these steps.</p></li>

<li><p><span data-x="concept-hyperlink-url-set">Set the url</span>.</p></li>
Expand Down

0 comments on commit ea7b6e9

Please sign in to comment.