Dynamic HTML: The Definitive Reference
by Danny Goodman
The following changes were made in the 10/00 reprint:
{50} 9th line in Example 3-4:
BODY {font-face:Arial, serif}
now reads:
BODY {font-face:Times New Roman, serif}
(365) under "ARCHIVE", "URLs" was changed to "URIs" (twice in the main
description) and "URL" was changed to "URI" (once in the description and once
under "Value"). Also, in the syntax info under the rule, "URLList" was changed
to "URIList".
(554) Under "title", "Read/Write" (under the rule) was changed to "Read/Write
(IE only)."
{784} "wrap":
In the current description, "physical" now reads "hard"; "virtual" now reads
"soft". In the last sentence, the end was changed to read "when the
WRAP attribute is set to the Navigator value of virtual."
Then, the "Example" now reads:
document.forms[0].comments.wrap = "hard"
Then, the "Value" now reads:
One of the constant values (as a string): hard | off | soft.