- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 Aug 2008 20:07:32 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv22516
Modified Files:
whatsnew.html
Log Message:
s/correct/inconsistent/ in wording for FPI/SI check. Thanks Frank for pointing it out
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- whatsnew.html 8 Aug 2008 13:42:29 -0000 1.76
+++ whatsnew.html 11 Aug 2008 20:07:30 -0000 1.77
@@ -27,7 +27,7 @@
<li>Bug Fix: in version 0.8.2, revalidation of an uploaded file was broken (missing markup in the HTML form)</li>
<li>Updates: Added support for XHTML Basic 1.1, XHTML Mobile Profiles (1.0, 1.1 and 1.2) and the historical HTML i18n</li>
<li>Bug Fix: the validator won't override a given document type with itself</li>
- <li>Conformance: The validator now warns about incorrect public/system identifiers combinations</li>
+ <li>Conformance: The validator now warns about inconsistent public/system identifiers combinations</li>
<li>API: The <a href="docs/api.html#http_headers">custom HTTP headers in validator responses</a> now also include the number of warnings</li>
<li>Experimental Feature: added the new option to send specific <code>Accept-Charset</code> and <code>User-Agent</code> headers,
in addition to <code>Accept</code> and <code>Accept-Language</code> in version <a href="#t2007-10-11">0.8.2</a>.</li>
Received on Monday, 11 August 2008 20:08:11 UTC