@@ -20,7 +20,7 @@ <h1>Errata<div style="font-size: 70%"><a class="subtlelink" href="index.html">El
20
20
21
21
< p > Issues whose section title is followed by a superscript ¹ were
22
22
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 >
24
24
25
25
< h2 > Introduction</ h2 >
26
26
@@ -30,7 +30,7 @@ <h2>Introduction</h2>
30
30
31
31
< h2 > Chapter 2</ h2 >
32
32
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
34
34
name</ code > example unintentionally exits the loop when the dialog is
35
35
canceled, because browsers have a built-in global
36
36
variable < code > name</ code > whose values are implicitly converted to
@@ -44,7 +44,7 @@ <h2>Chapter 9</h2>
44
44
be < code > Number(match[2]) - 1</ code > , subtracting one to compensate
45
45
for the fact that months start at zero in this interface.</ p >
46
46
47
- < p > < strong > Page 162</ strong > (Backtracking): The regular expression
47
+ < p > < strong > Page 162</ strong > (Backtracking² ): The regular expression
48
48
should have another < code > +</ code > sign after the < code > [\da-f]</ code >
49
49
group to match what it is described as matching. The diagram for the
50
50
expression is similarly missing an arrow looping back around the
@@ -65,7 +65,7 @@ <h2>Chapter 11</h2>
65
65
66
66
< h2 > Chapter 12</ h2 >
67
67
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
69
69
that the U in “URL” stands for < em > Universal</ em > , whereas it actually
70
70
stands for < em > Uniform</ em > .</ p >
71
71
@@ -96,7 +96,7 @@ <h2>Chapter 17</h2>
96
96
97
97
< h2 > Chapter 18</ h2 >
98
98
99
- < p > < strong > Page 316</ strong > (Fields): The < code > checked</ code >
99
+ < p > < strong > Page 316</ strong > (Fields² ): The < code > checked</ code >
100
100
attribute in the < code > file</ code > field at the bottom of the example
101
101
doesn't mean anything, and should not be there.</ p >
102
102
0 commit comments