Chapter 5 Errata
page 257, para 2, last line:
changelighte
should be
changeLight()
page 266, line 14: the String specified as the value of the
onclick
attribute should end with a semicolon:
onclick="toggleVisibility(this,'collapse1')
;
">
(thanks to Sevcan Bilir)
page 294, Table 5.12 caption: "Non method" should be "Nonmethod"
page 301, Exercise 5.11.2, "collection of style rules" should be "collection of CSS style rules"
page 306, Exercise 5.22(c), line -2: "with a
entryId
" should be "with an
entryId
"