summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2007-10-02 02:44:08 +0000
committerot <ot@localhost>2007-10-02 02:44:08 +0000
commita69901a74613a51302ee0a73fcdfef80ac411f7e (patch)
treee92ff2df73275f33c6bfe7dbee2510e7f3870050
parent060ff2c144a5d0453428d1a2cfc6a644518fa477 (diff)
downloadmarkup-validator-a69901a74613a51302ee0a73fcdfef80ac411f7e.zip
markup-validator-a69901a74613a51302ee0a73fcdfef80ac411f7e.tar.gz
markup-validator-a69901a74613a51302ee0a73fcdfef80ac411f7e.tar.bz2
re-wording for the pre-parse warnings, with (hopefully) a better explanation of the fact that guesswork can skew the validation
-rw-r--r--share/templates/en_US/jumpbar.tmpl2
-rw-r--r--share/templates/en_US/warnings.tmpl6
2 files changed, 4 insertions, 4 deletions
diff --git a/share/templates/en_US/jumpbar.tmpl b/share/templates/en_US/jumpbar.tmpl
index 56ef1aa..9dddd1f 100644
--- a/share/templates/en_US/jumpbar.tmpl
+++ b/share/templates/en_US/jumpbar.tmpl
@@ -3,7 +3,7 @@
<ul class="navbar" id="jumpbar">
<li><strong>Jump To:</strong></li>
<TMPL_IF NAME="have_warnings">
- <li><a href="#preparse_warnings">Important Warnings</a></li>
+ <li><a href="#preparse_warnings">Potential Issues</a></li>
</TMPL_IF>
<TMPL_IF NAME="has_errors">
<li><a title="Result of Validation" href="#result">Validation Output</a></li>
diff --git a/share/templates/en_US/warnings.tmpl b/share/templates/en_US/warnings.tmpl
index 8a4bea8..4ca6f10 100644
--- a/share/templates/en_US/warnings.tmpl
+++ b/share/templates/en_US/warnings.tmpl
@@ -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">