- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Jul 2005 23:15:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv5332/htdocs/docs
Modified Files:
errors.html help.html
Log Message:
Adding error message for doctype with FPI but no SI (in XML mode)
see also http://www.w3.org/Bugs/Public/show_bug.cgi?id=1819
Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- errors.html 22 Jul 2005 18:58:24 -0000 1.34
+++ errors.html 26 Jul 2005 23:15:04 -0000 1.35
@@ -4,7 +4,7 @@
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
-<h2 id="skip">Explanation of the error messages<br />for the W3C Markup Validator</h2>
+<h2 id="skip">Explanation of the error messages<br /> for the W3C Markup Validator</h2>
<h3 id="TableOfContents">Table of Contents</h3>
<div id="toc">
@@ -681,6 +681,26 @@
</p>
</dd>
+ <dt id="ve-378">378: no system id specified</dt>
+ <dd><div class="ve mid-378">
+ <p>
+ Your document includes a DOCTYPE declaration with a public identifier
+ (e.g. "-//W3C//DTD XHTML 1.0 Strict//EN") but no system identifier
+ (e.g. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"). This is
+ authorized in HTML (based on SGML), but not in XML-based languages.
+ </p>
+ <p>
+ If you are using a standard XHTML document type, it is recommended to use exactly
+ one of the DOCTYPE declarations from the
+ <a href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">recommended list on the W3C QA Website</a>.
+ </p>
+ </div>
+ <p>
+ <a href="../feedback.html?errmsg_id=378#errormsg"
+ title="Suggest improvements on this error message through our feedback channels">✉</a>
+ </p>
+ </dd>
+
<dt id="ve-387">387: S separator in comment declaration</dt>
<dd><div class="ve mid-387">
<p>
@@ -2814,12 +2834,6 @@
</p>
</li>
- <li id="ve-378"><p>378: no system id specified
- <a href="../feedback.html?errmsg_id=378#errormsg"
- title="Suggest improvements on this error message through our feedback channels">✉</a>
- </p>
- </li>
-
<li id="ve-379"><p>379: comment in parameter separator
<a href="../feedback.html?errmsg_id=379#errormsg"
title="Suggest improvements on this error message through our feedback channels">✉</a>
Index: help.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/help.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- help.html 22 Jul 2005 15:37:50 -0000 1.29
+++ help.html 26 Jul 2005 23:15:04 -0000 1.30
@@ -412,7 +412,7 @@
<p>
The W3C QA Activity maintains a <a
href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">List of
- Valid Doctypes</a> that you can choose from, and the <acronym
+ recommended Doctypes</a> that you can choose from, and the <acronym
title="Web Design Group">WDG</acronym> maintains a document on
"<a href="http://www.htmlhelp.com/tools/validator/doctype.html">Choosing
a DOCTYPE</a>".
Received on Tuesday, 26 July 2005 23:15:12 UTC