Skip to content

Commit 002070a

Browse files
committed
terminate algorithms
1 parent e803311 commit 002070a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

cssom-view/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ <h2 id=extensions-to-the-window-interface><span class=secno>3.
390390
<ol>
391391
<li>
392392
<p>If either <var title="">x</var> or <var title="">y</var> is infinite
393-
or NaN stop this algorithm.
393+
or NaN terminate this algorithm.
394394

395395
<li>
396396
<dl>
@@ -1218,8 +1218,8 @@ <h3 id=offset-attributes><span class=secno>6.1. </span>The <code
12181218

12191219
<li>
12201220
<p>Return the nearest ancestor element of the element for which at least
1221-
one of the following is true and stop this algorithm if such an ancestor
1222-
is found:</p>
1221+
one of the following is true and terminate this algorithm if such an
1222+
ancestor is found:</p>
12231223

12241224
<ul>
12251225
<li>The computed value of the &lsquo;<code

cssom-view/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ <h2 id="extensions-to-the-window-interface">Extensions to the <code title="">Win
261261

262262
<ol>
263263
<li><p>If either <var title="">x</var> or <var title="">y</var> is
264-
infinite or NaN stop this algorithm.</p></li>
264+
infinite or NaN terminate this algorithm.</p></li>
265265

266266
<li>
267267
<dl>
@@ -965,8 +965,8 @@ <h3 id="offset-attributes">The <code title="">offsetParent</code>,
965965

966966
<li>
967967
<p>Return the nearest ancestor element of the element for which at least
968-
one of the following is true and stop this algorithm if such an ancestor
969-
is found:</p>
968+
one of the following is true and terminate this algorithm if such an
969+
ancestor is found:</p>
970970

971971
<ul>
972972
<li>The computed value of the '<code>position</code>' property is not

0 commit comments

Comments
 (0)