Skip to content

Commit

Permalink
Fix #568: avoid setting the url for blob URLs only
Browse files Browse the repository at this point in the history
This hopefully makes it a little clearer what scenarios have observable
side effects.
  • Loading branch information
annevk authored and domenic committed Feb 10, 2016
1 parent 30bc255 commit 2a1374f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -20398,7 +20398,8 @@ 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 non-null and its
<li><p>If element's <span data-x="concept-hyperlink-url">url</span> is non-null, its <span
data-x="concept-url-scheme">scheme</span> is "<code data-x="">blob</code>", 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 2a1374f

Please sign in to comment.