@@ -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
2222fixed 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
3434name</ code > example unintentionally exits the loop when the dialog is
3535canceled, because browsers have a built-in global
3636variable < code > name</ code > whose values are implicitly converted to
@@ -44,7 +44,7 @@ <h2>Chapter 9</h2>
4444be < code > Number(match[2]) - 1</ code > , subtracting one to compensate
4545for 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
4848should have another < code > +</ code > sign after the < code > [\da-f]</ code >
4949group to match what it is described as matching. The diagram for the
5050expression 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
6969that the U in “URL” stands for < em > Universal</ em > , whereas it actually
7070stands 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 >
100100attribute in the < code > file</ code > field at the bottom of the example
101101doesn't mean anything, and should not be there.</ p >
102102
0 commit comments