Skip to content

Commit

Permalink
check for connectedness twice
Browse files Browse the repository at this point in the history
fixes #2708
  • Loading branch information
annevk committed Aug 23, 2017
1 parent 27d670c commit 5c31784
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -55747,7 +55747,9 @@ fur
<code data-x="dom-Event-bubbles">bubbles</code> attribute initialized to true and the <code
data-x="dom-Event-cancelable">cancelable</code> attribute initialized to true.</p></li>

<li><p>If <var>continue</var> is false, then abort these steps.
<li><p>If <var>continue</var> is false, then return.</p></li>

<li><p>If <var>form</var> <span>cannot navigate</span>, then return.</p></li>
</ol>

<!-- if you add any steps between the "lock" and "unlock" lines, make sure to update the step
Expand Down

0 comments on commit 5c31784

Please sign in to comment.