- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 31 Mar 2006 05:48:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv31483/docs
Modified Files:
users.html
Log Message:
merging from 0.7 branch into trunk at tag validator-0_7_2-release
Index: users.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/users.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- users.html 29 Jul 2005 06:23:06 -0000 1.22
+++ users.html 31 Mar 2006 05:48:02 -0000 1.23
@@ -102,7 +102,7 @@
<p>This allows you to <strong>override</strong> the DOCTYPE declaration for you
document. You may use this option for test
purposes, but you will eventually have to serve your document with the
- correct character encoding, or the validator will <a href="help#faq-doctype">complain</a>
+ correct DOCTYPE declaration, or the validator will <a href="help#faq-doctype">complain</a>
about it and you document will not be valid.</p>
</dd>
<dt><a id="option-fbd" name="option-fbd"></a>Use Fallback instead of Override (Type) (<code>fbd</code>)</dt>
@@ -201,7 +201,7 @@
In spite of our efforts, interpreting the Markup Validator's error messages
isn't quite what you'd call easy. The error messages are generated in the
context of a full SGML environment which demands a somewhat higher level
- of technical detail then your average HTML document. We have set up a page
+ of technical detail than your average HTML document. We have set up a page
listing <a href="errors.html">errors and their explanation</a>, which should
help you find out what meaning lies behind the cryptic messages, and fix
your markup.
Received on Friday, 31 March 2006 05:48:05 UTC