Skip to content

Commit

Permalink
Remove the goto step
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-karamad committed May 1, 2019
1 parent aa876d3 commit f611320
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -73257,15 +73257,13 @@ END:VCARD</pre>
feature is disabled in <var>new target document</var>, let <var>focus allowed</var> be false.
</p></li>

<li><p>If <var>focus allowed</var> is true, continue with the following steps, other wise go to
step 9.</p></li>
<li><p>If the last entry in <var>old chain</var> and the last entry in <var>new chain</var> are the same, pop the last entry from <var>old chain</var>
and the last entry from <var>new chain</var> and redo this step.</p></li>

<li>

<p>For each entry <var>entry</var> in <var>old chain</var>, in order, run
these substeps:</p>
<p>If <var>focus allowed</var> is true, for each entry <var>entry</var> in <var>old chain</var>,
in order, run these substeps:</p>

<ol>

Expand Down

0 comments on commit f611320

Please sign in to comment.