Skip to content

Commit 66b5e00

Browse files
committed
Mark errata fixed in the 3rd print
1 parent f6a9c1a commit 66b5e00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

html/errata.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>Errata<div style="font-size: 70%"><a class="subtlelink" href="index.html">El
2020

2121
<p>Issues whose section title is followed by a superscript ¹ were
2222
fixed after the first print of the book, and will not be present in
23-
later prints.</p>
23+
later prints. Those followed by ² were fixed in the third print.</p>
2424

2525
<h2>Introduction</h2>
2626

@@ -30,7 +30,7 @@ <h2>Introduction</h2>
3030

3131
<h2>Chapter 2</h2>
3232

33-
<p><strong>Page 32</strong> (while and do Loops): The <code>var
33+
<p><strong>Page 32</strong> (while and do Loops²): The <code>var
3434
name</code> example unintentionally exits the loop when the dialog is
3535
canceled, because browsers have a built-in global
3636
variable <code>name</code> whose values are implicitly converted to
@@ -44,7 +44,7 @@ <h2>Chapter 9</h2>
4444
be <code>Number(match[2]) - 1</code>, subtracting one to compensate
4545
for the fact that months start at zero in this interface.</p>
4646

47-
<p><strong>Page 162</strong> (Backtracking): The regular expression
47+
<p><strong>Page 162</strong> (Backtracking²): The regular expression
4848
should have another <code>+</code> sign after the <code>[\da-f]</code>
4949
group to match what it is described as matching. The diagram for the
5050
expression is similarly missing an arrow looping back around the
@@ -65,7 +65,7 @@ <h2>Chapter 11</h2>
6565

6666
<h2>Chapter 12</h2>
6767

68-
<p><strong>Page 209</strong> (The Web): In the third paragraph I claim
68+
<p><strong>Page 209</strong> (The Web²): In the third paragraph I claim
6969
that the U in “URL” stands for <em>Universal</em>, whereas it actually
7070
stands for <em>Uniform</em>.</p>
7171

@@ -96,7 +96,7 @@ <h2>Chapter 17</h2>
9696

9797
<h2>Chapter 18</h2>
9898

99-
<p><strong>Page 316</strong> (Fields): The <code>checked</code>
99+
<p><strong>Page 316</strong> (Fields²): The <code>checked</code>
100100
attribute in the <code>file</code> field at the bottom of the example
101101
doesn't mean anything, and should not be there.</p>
102102

0 commit comments

Comments
 (0)