- From: David Randolph <drandolph@compuserve.com>
- Date: Wed, 29 Dec 1999 11:03:40 -0800
- To: <www-html-editor@w3.org>
I'm writing this message to report errors that were not listed in the errata
for the following document:
http://www.w3.org/TR/1999/PR-xhtml1-19991210
In section "3.1.1 Strictly Conforming Documents," the three DOCTYPE
declaration examples have a syntactical error because there is no quote
symbol to terminate the URI. For example,
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/1999/PR-xhtml1-19991210/DTD/xhtml1-strict.dtd>
Should instead be:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/1999/PR-xhtml1-19991210/DTD/xhtml1-strict.dtd">
-- Dave Randolph
Received on Wednesday, 29 December 1999 14:04:10 UTC