summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/errors.html
diff options
context:
space:
mode:
authorot <ot@localhost>2005-07-26 23:15:04 +0000
committerot <ot@localhost>2005-07-26 23:15:04 +0000
commitcaf7fd0b6be258f8027ba4dcc77ccbfc1f5dd4fb (patch)
treea938e4e919180de4c74771896d4c938b4e16d2f0 /htdocs/docs/errors.html
parentaf93410922a43d50371f5a757bc5ceb90f4c2be7 (diff)
downloadmarkup-validator-caf7fd0b6be258f8027ba4dcc77ccbfc1f5dd4fb.zip
markup-validator-caf7fd0b6be258f8027ba4dcc77ccbfc1f5dd4fb.tar.gz
markup-validator-caf7fd0b6be258f8027ba4dcc77ccbfc1f5dd4fb.tar.bz2
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
Diffstat (limited to 'htdocs/docs/errors.html')
-rwxr-xr-xhtdocs/docs/errors.html32
1 files changed, 23 insertions, 9 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html
index 8ed2600..a77dc20 100755
--- a/htdocs/docs/errors.html
+++ b/htdocs/docs/errors.html
@@ -1,10 +1,10 @@
-<!--#set var="revision" value="\$Id: errors.html,v 1.34 2005-07-22 18:58:24 ville Exp $"
---><!--#set var="date" value="\$Date: 2005-07-22 18:58:24 $"
+<!--#set var="revision" value="\$Id: errors.html,v 1.35 2005-07-26 23:15:04 ot Exp $"
+--><!--#set var="date" value="\$Date: 2005-07-26 23:15:04 $"
--><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service"
--><!--#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">&#x2709;</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">&#x2709;</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">&#x2709;</a>