diff options
author | ot <ot@localhost> | 2005-07-26 23:15:04 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-07-26 23:15:04 +0000 |
commit | caf7fd0b6be258f8027ba4dcc77ccbfc1f5dd4fb (patch) | |
tree | a938e4e919180de4c74771896d4c938b4e16d2f0 /htdocs/docs | |
parent | af93410922a43d50371f5a757bc5ceb90f4c2be7 (diff) | |
download | markup-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')
-rwxr-xr-x | htdocs/docs/errors.html | 32 | ||||
-rwxr-xr-x | htdocs/docs/help.html | 6 |
2 files changed, 26 insertions, 12 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">✉</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> diff --git a/htdocs/docs/help.html b/htdocs/docs/help.html index b66f2a5..96580ce 100755 --- a/htdocs/docs/help.html +++ b/htdocs/docs/help.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: help.html,v 1.29 2005-07-22 15:37:50 ville Exp $" ---><!--#set var="date" value="\$Date: 2005-07-22 15:37:50 $" +<!--#set var="revision" value="\$Id: help.html,v 1.30 2005-07-26 23:15:04 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-07-26 23:15:04 $" --><!--#set var="title" value="Help for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -412,7 +412,7 @@ mailing-list.</p> <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>". |