- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 Nov 2008 16:22:54 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv7548/share/templates/en_US
Modified Files:
valid.tmpl warnings.tmpl
Log Message:
adding note about experimentalness of HTML5 conformance checking support
Index: valid.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/valid.tmpl,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- valid.tmpl 4 Jun 2008 19:41:29 -0000 1.28
+++ valid.tmpl 14 Nov 2008 16:22:52 -0000 1.29
@@ -32,8 +32,8 @@
<TMPL_IF NAME="is_tentative">
was <em>tentatively</em> checked as <TMPL_VAR NAME="file_version" ESCAPE="HTML">.
This means that with the use of some fallback or override mechanism,
- we successfully performed a formal validation using an SGML or XML
- Parser. In other words, the document would validate as
+ we successfully performed a formal validation using an SGML, HTML5 and/or XML
+ Parser(s). In other words, the document would validate as
<TMPL_VAR NAME="file_version" ESCAPE="HTML"> if you changed the markup
to match the changes we have performed automatically, but
<strong>it will not be valid until you make these changes</strong>.
@@ -48,8 +48,8 @@
<TMPL_ELSE>
This means that the resource in question identified itself as
"<TMPL_VAR NAME="file_version" ESCAPE="HTML">" and that we successfully
- performed a formal validation using an SGML or XML Parser (depending on
- the markup language used).
+ performed a formal validation using an SGML, HTML5 and/or XML
+ Parser(s) (depending on the markup language used).
</TMPL_IF>
</TMPL_IF>
</p>
Index: warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/warnings.tmpl,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- warnings.tmpl 26 Aug 2008 15:03:05 -0000 1.44
+++ warnings.tmpl 14 Nov 2008 16:22:52 -0000 1.45
@@ -3,6 +3,20 @@
to check these potential issues, and, if necessary, fix them and re-validate the document.</p>
<ol id="warnings">
+<TMPL_IF NAME="W00">
+ <li class="msg_warn" id="W00">
+ <p><span class="err_type"><img src="images/info_icons/info.png" alt="Info" title="Info" /></span> <span class="msg"> Using experimental feature:
+ <em><TMPL_VAR NAME="W00_experimental_name" ESCAPE="HTML"></em>.</span></p>
+ <p>The validator checked your document with an experimental feature:
+ <em><TMPL_VAR NAME="W00_experimental_name" ESCAPE="HTML"></em>. This feature has been
+ made available for your convenience, but be aware that it may be unreliable, or not perfectly
+ up to date with the latest development of some cutting-edge technologies. If you find any issue
+ with this feature, please <a href="<TMPL_VAR NAME="W00_experimental_URI" ESCAPE="HTML">">report them</a>. Thank you.
+ </p>
+ </li>
+</TMPL_IF>
+
+
<TMPL_IF NAME="W01">
<li class="msg_warn" id="W01"><p><span class="err_type"><img src="images/info_icons/warning.png" alt="Warning" title="Warning" /></span> <span class="msg">Missing "<code>charset</code>" attribute for
"<code><TMPL_VAR NAME="W01_ct" ESCAPE="HTML"></code>" document.</span></p>
@@ -500,6 +514,8 @@
</li>
</TMPL_IF>
+
+
<TMPL_IF NAME="W@@">
<li class="msg_warn" id="W@@">
Received on Friday, 14 November 2008 16:23:04 UTC