- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Oct 2007 02:43:46 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv11700 Modified Files: warnings.tmpl Log Message: re-wording for the pre-parse warnings, with (hopefully) a better explanation of the fact that guesswork can skew the validation Index: warnings.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/warnings.tmpl,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- warnings.tmpl 3 Sep 2007 06:57:42 -0000 1.31 +++ warnings.tmpl 2 Oct 2007 02:43:41 -0000 1.32 @@ -1,6 +1,6 @@ -<h3 id="preparse_warnings">Important Warnings</h3> -<p>The validator has found the following problem(s) prior to validation, - which should be addressed in priority:</p> +<h3 id="preparse_warnings">Potential Issues</h3> +<p>The following missing or conflicting information caused the validator to perform guesswork prior to validation. If the guess or fallback is incorrect, it may make validation results entirely incoherent. It is <em>highly recommended</em> +to check these potential issues, and, if necessary, fix them and re-validate the document.</p> <ol id="warnings"> <TMPL_IF NAME="W01">
Received on Tuesday, 2 October 2007 02:43:59 UTC