Skip to content

Commit 48531ec

Browse files
committed
Editorial: remove "then" before substeps
1 parent d480031 commit 48531ec

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

infra.bs

+8-9
Original file line numberDiff line numberDiff line change
@@ -545,14 +545,14 @@ of the preceding <a>abort when</a> step evaluated to true.
545545
<li><p>Let |result| be an empty <a>list</a>.
546546

547547
<li>
548-
<p>If the user has not clicked the "Cancel" button, then:
548+
<p>If the user has not clicked the "Cancel" button:
549549

550550
<ol>
551551
<li><p>Compute the first million digits of <var>π</var>, and <a for=list>append</a> the result
552552
to |result|.
553553

554554
<li>
555-
<p>If the user has not clicked the "Cancel" button, then:
555+
<p>If the user has not clicked the "Cancel" button:
556556

557557
<ol>
558558
<li><p>Compute the first million digits of |e|, and <a for=list>append</a> the result to
@@ -1441,7 +1441,7 @@ interspersed <a>ASCII whitespace</a>.
14411441
<li><p><a for="list">Append</a> <var>token</var> to <var>tokens</var>.
14421442

14431443
<li>
1444-
<p>If <var>position</var> is not past the end of <var>input</var>, then:
1444+
<p>If <var>position</var> is not past the end of <var>input</var>:
14451445

14461446
<ol>
14471447
<li><p><a>Assert</a>: the <a>code point</a> at <var>position</var> within <var>input</var> is
@@ -1899,7 +1899,7 @@ zero-based index into a <a>tuple</a> inside square brackets. The index cannot be
18991899
number) and <dfn ignore>text</dfn> (a byte sequence).
19001900

19011901
<p>A nonsense algorithm that manipulates status tuples for the purpose of demonstrating their
1902-
usage is then:</p>
1902+
usage is:</p>
19031903

19041904
<ol>
19051905
<li>Let |statusInstance| be the status (200, `<code>OK</code>`).
@@ -2013,10 +2013,10 @@ given a <a>string</a> |string|:
20132013

20142014
<ol>
20152015
<li><p>If |jsValue| is <emu-val>null</emu-val>, |jsValue| [=is a Boolean=], |jsValue|
2016-
[=is a String=], or |jsValue| [=is a Number=], then return |jsValue|.
2016+
[=is a String=], or |jsValue| [=is a Number=], then return |jsValue|.
20172017

20182018
<li>
2019-
<p>If [$IsArray$](|jsValue|) is true, then:
2019+
<p>If [$IsArray$](|jsValue|) is true:
20202020

20212021
<ol>
20222022
<li><p>Let |result| be an empty [=list=].
@@ -2096,7 +2096,7 @@ given a <a>string</a> |string|:
20962096
<li><p>If |value| is a <a>string</a>, <a>boolean</a>, number, or null, then return |value|.
20972097

20982098
<li>
2099-
<p>If |value| is a <a>list</a>, then:
2099+
<p>If |value| is a <a>list</a>:
21002100

21012101
<ol>
21022102
<li><p>Let |jsValue| be ! [$ArrayCreate$](0).
@@ -2163,8 +2163,7 @@ certain inputs.
21632163
<!-- https://lists.w3.org/Archives/Public/public-whatwg-archive/2011May/0207.html -->
21642164

21652165
<li>
2166-
<p>If <var>data</var>'s <a for=string>code point length</a> divides by 4 leaving no remainder,
2167-
then:
2166+
<p>If <var>data</var>'s <a for=string>code point length</a> divides by 4 leaving no remainder:
21682167

21692168
<ol>
21702169
<li><p>If <var>data</var> ends with one or two U+003D (=) <a>code points</a>, then remove them

0 commit comments

Comments
 (0)