- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Feb 2010 18:04:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv15515/htdocs/docs
Modified Files:
errors.html
Log Message:
Regenerated.
Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- errors.html 21 Oct 2007 19:26:41 -0000 1.44
+++ errors.html 22 Feb 2010 18:04:43 -0000 1.45
@@ -73,6 +73,18 @@
</p>
</dd>
+ <dt id="ve-47">47: end of document in prolog</dt>
+ <dd><div class="ve mid-47">
+ <p>
+ This error may appear when the validator receives an empty document. Please make sure that the document you are uploading is not empty, and <a href="./feedback.html">report</a> any discrepancy.
+ </p>
+</div>
+ <p>
+ <a href="../feedback.html?errmsg_id=47#errormsg"
+ title="Suggest improvements on this error message through our feedback channels">✉</a>
+ </p>
+ </dd>
+
<dt id="ve-63">63: character data is not allowed here</dt>
<dd><div class="ve mid-63">
<p>
@@ -214,9 +226,10 @@
<p>
Another possibility is that you used an element which requires
a child element that you did not include. Hence the parent element
- is "not finished", not complete. For instance, in HTML the <head> element
- must contain a <title> child element, lists (ul, ol, dl) require list items (li,
- or dt, dd), and so on.
+ is "not finished", not complete. For instance, in HTML the <head>
+ element must contain a <title> child element, lists require
+ appropriate list items (<ul> and <ol> require <li>;
+ <dl> requires <dt> and <dd>), and so on.
</p>
</div>
<p>
@@ -668,6 +681,26 @@
</p>
</dd>
+ <dt id="ve-323">323: DTD did not contain element declaration for document type name</dt>
+ <dd><div class="ve mid-323">
+ <p>
+ A DOCTYPE declares the version of the language used, as well as what the root
+ (top) element of your document will be. For example, if the top element
+ of your document is <html>, the DOCTYPE declaration
+ will look like: "<!DOCTYPE html".
+ </p>
+ <p>
+ In most cases, it is safer not to type or edit the DOCTYPE declaration at all,
+ and preferable to let a tool include it, or copy and paste it from a
+ <a href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">trusted list of DTDs</a>.
+ </p>
+ </div>
+ <p>
+ <a href="../feedback.html?errmsg_id=323#errormsg"
+ title="Suggest improvements on this error message through our feedback channels">✉</a>
+ </p>
+ </dd>
+
<dt id="ve-325">325: reference to entity X for which no system identifier could be generated</dt>
<dd><div class="ve mid-325">
<p>
@@ -1140,12 +1173,6 @@
</p>
</li>
- <li id="ve-47"><p>47: end of document in prolog
- <a href="../feedback.html?errmsg_id=47#errormsg"
- title="Suggest improvements on this error message through our feedback channels">✉</a>
- </p>
- </li>
-
<li id="ve-48"><p>48: X declaration not allowed in prolog
<a href="../feedback.html?errmsg_id=48#errormsg"
title="Suggest improvements on this error message through our feedback channels">✉</a>
@@ -2598,12 +2625,6 @@
</p>
</li>
- <li id="ve-323"><p>323: DTD did not contain element declaration for document type name
- <a href="../feedback.html?errmsg_id=323#errormsg"
- title="Suggest improvements on this error message through our feedback channels">✉</a>
- </p>
- </li>
-
<li id="ve-324"><p>324: invalid default SGML declaration
<a href="../feedback.html?errmsg_id=324#errormsg"
title="Suggest improvements on this error message through our feedback channels">✉</a>
Received on Monday, 22 February 2010 18:04:46 UTC