p. 448: In Listing 16-4,
the vertical-align
property on the SCENE_NUMBER
should have the value sub
instead of
subscript
. That is, it should read:
SCENE_NUMBER { vertical-align: sub}
p. 449: The fourth verse of the poem is duplicated. That is,
<VERSE> No workman's tool hath touched the same.</VERSE>
should only appear once, not twice. The same problem occurs in the screen shot on p. 450. This doesn't affect the correctness of the XML or CSS, just screws up the meter of the poem.