p. 103: Near the end of Example 7-2, change
style="font-size: 1; font-family: verdana, Arial, Helvetica"
to
style="font-size: xx-small; font-family: verdana, Arial, Helvetica"
p. 111:
In the Intrinsic Events list item, onSubmit
and onFocus
should be onsubmit
and onfocus
p. 115: In the last line of Example 7-4,
<!ELEMENT description (%Block.mix;)+)>
should be changed to
<!ELEMENT description (%Block.mix;)+>
That is, delete the last parenthesis in that line.
p. 116-124:The example DTD modules in Example 7-6, 7-7, and 7-8 were written against an earlier working draft of modular XHTML that was current when the book was released. They do not work with the final recommendation version of XHTML 1.1 and Modularization of XHTML.
p. 122: In Example 7-8
"%MODULE-qname.mod;
" should be "%cafe-qname-1.mod;"
.