Web Design in a Nutshell
by Jennifer Niederst
Here are the changes made in the 3/99 reprint:
{99} The example with the three files that make an endless loop
contains extra quotation marks:
... URL="...
Each of the three lines should have the following structure:
<112> Missing a description between the header and the
"Attributes" section.
Insert:
Defines the beginning and end of an ordered list, which consists of
list
items
.
(140) In the part annotated by (E), the USEMAP attribute should
have the argument "#spacey" not "spacey".
<154> Missing the TYPE attribute. According to the WDG validator for
HTML 4.0 Transitional, the TYPE attribute is not only available but
required.
Insert:
type=content type
Specifies the language of the script. Its value must be a media
type (ex. text/javascript). This attribute is required by the HTML 4.0
specification and is a recommended replacement for the "language"
attribute.
[also, at the end of the description for "language," add:]
This attribute has been deprecated by the HTML 4.0 Spec in favor of the
"type" attribute.
(168) Summary paragraph: "aregrayed" should be "are grayed"
"indicaetd" should be "indicated
(168) "...the caption must immediately follow..."
should be
"...if used, the caption must immediately follow..."
{197} A closing bracket was inserted at the end of the first line of
code in Figure 10-22.
{392} In figure 23-1, there should not be a colon after "selector". It
should read:
selector {property:value}