@@ -545,14 +545,14 @@ of the preceding <a>abort when</a> step evaluated to true.
545
545
<li><p> Let |result| be an empty <a>list</a> .
546
546
547
547
<li>
548
- <p> If the user has not clicked the "Cancel" button, then :
548
+ <p> If the user has not clicked the "Cancel" button:
549
549
550
550
<ol>
551
551
<li><p> Compute the first million digits of <var> π</var> , and <a for=list>append</a> the result
552
552
to |result|.
553
553
554
554
<li>
555
- <p> If the user has not clicked the "Cancel" button, then :
555
+ <p> If the user has not clicked the "Cancel" button:
556
556
557
557
<ol>
558
558
<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>.
1441
1441
<li><p> <a for="list">Append</a> <var> token</var> to <var> tokens</var> .
1442
1442
1443
1443
<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> :
1445
1445
1446
1446
<ol>
1447
1447
<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
1899
1899
number) and <dfn ignore>text</dfn> (a byte sequence).
1900
1900
1901
1901
<p> A nonsense algorithm that manipulates status tuples for the purpose of demonstrating their
1902
- usage is then :</p>
1902
+ usage is:</p>
1903
1903
1904
1904
<ol>
1905
1905
<li> Let |statusInstance| be the status (200, `<code> OK</code> `).
@@ -2013,10 +2013,10 @@ given a <a>string</a> |string|:
2013
2013
2014
2014
<ol>
2015
2015
<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|.
2017
2017
2018
2018
<li>
2019
- <p> If [$IsArray$] (|jsValue|) is true, then :
2019
+ <p> If [$IsArray$] (|jsValue|) is true:
2020
2020
2021
2021
<ol>
2022
2022
<li><p> Let |result| be an empty [=list=] .
@@ -2096,7 +2096,7 @@ given a <a>string</a> |string|:
2096
2096
<li><p> If |value| is a <a>string</a> , <a>boolean</a> , number, or null, then return |value|.
2097
2097
2098
2098
<li>
2099
- <p> If |value| is a <a>list</a> , then :
2099
+ <p> If |value| is a <a>list</a> :
2100
2100
2101
2101
<ol>
2102
2102
<li><p> Let |jsValue| be ! [$ArrayCreate$] (0).
@@ -2163,8 +2163,7 @@ certain inputs.
2163
2163
<!-- https://lists.w3.org/Archives/Public/public-whatwg-archive/2011May/0207.html -->
2164
2164
2165
2165
<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:
2168
2167
2169
2168
<ol>
2170
2169
<li><p> If <var> data</var> ends with one or two U+003D (=) <a>code points</a> , then remove them
0 commit comments