diff options
author | ot <ot@localhost> | 2007-08-07 23:27:07 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-08-07 23:27:07 +0000 |
commit | 605e0a82c28e1c96c183d4d3a95212e48c7cc8a2 (patch) | |
tree | 47d7957c157e6f3026133deecc49525415e207ad /htdocs/docs/errors.html | |
parent | 90909464d6e8c7ef1c0c8ce350f7d04fe01a195e (diff) | |
download | markup-validator-605e0a82c28e1c96c183d4d3a95212e48c7cc8a2.zip markup-validator-605e0a82c28e1c96c183d4d3a95212e48c7cc8a2.tar.gz markup-validator-605e0a82c28e1c96c183d4d3a95212e48c7cc8a2.tar.bz2 |
syncing with share/templates/en_US/error_messages.cfg
Diffstat (limited to 'htdocs/docs/errors.html')
-rwxr-xr-x | htdocs/docs/errors.html | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index 0edbef6..3165ec6 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: errors.html,v 1.41 2007-06-11 11:27:48 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-06-11 11:27:48 $" +<!--#set var="revision" value="\$Id: errors.html,v 1.42 2007-08-07 23:27:07 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-08-07 23:27:07 $" --><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -372,8 +372,8 @@ <dt id="ve-112">112: duplicate specification of attribute X</dt> <dd><div class="ve mid-112"> <p> - You have specified an attribute more than once. For instance, you have - used the "<code class="inline">height</code>" attribute twice on the same + You have specified an attribute more than once. Example: Using + the "<code class="inline">height</code>" attribute twice on the same "<code class="inline">img</code>" tag. </p> </div> @@ -608,6 +608,19 @@ </p> </dd> + <dt id="ve-187">187: no document type declaration; will parse without validation</dt> + <dd><div class="ve mid-187"> + <p>The document type could not be determined, because the document had no correct DOCTYPE declaration. The document does not look like HTML, therefore automatic fallback could not be performed, and the document was only checked against basic markup syntax.</p> + <p>Learn <a href="help.html#faq-doctype">how to add a doctype to your document</a> + from our <acronym title="Frequently Asked Questions">FAQ</acronym>, or use the validator's + <code>Document Type</code> option to validate your document against a specific Document Type.</p> + </div> + <p> + <a href="../feedback.html?errmsg_id=187#errormsg" + title="Suggest improvements on this error message through our feedback channels">✉</a> + </p> + </dd> + <dt id="ve-247">247: NET-enabling start-tag requires SHORTTAG YES</dt> <dd><div class="ve mid-247"> <p> @@ -1733,12 +1746,6 @@ </p> </li> - <li id="ve-187"><p>187: no document type declaration; will parse without validation - <a href="../feedback.html?errmsg_id=187#errormsg" - title="Suggest improvements on this error message through our feedback channels">✉</a> - </p> - </li> - <li id="ve-188"><p>188: no internal or external document type declaration subset; will parse without validation <a href="../feedback.html?errmsg_id=188#errormsg" title="Suggest improvements on this error message through our feedback channels">✉</a> |