diff options
author | ot <ot@localhost> | 2008-08-11 20:07:30 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-08-11 20:07:30 +0000 |
commit | 6fc936039402791b8886dce2f646c8b98662ffc1 (patch) | |
tree | bd0dbf0fab124e9c8dd6eeebe46e5a419e80a141 /htdocs | |
parent | 7b72166815b757b0fa90303271e9ce50a7297a70 (diff) | |
download | markup-validator-6fc936039402791b8886dce2f646c8b98662ffc1.zip markup-validator-6fc936039402791b8886dce2f646c8b98662ffc1.tar.gz markup-validator-6fc936039402791b8886dce2f646c8b98662ffc1.tar.bz2 |
s/correct/inconsistent/ in wording for FPI/SI check. Thanks Frank for pointing it out
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/whatsnew.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index a804edb..a9a221b 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.76 2008-08-08 13:42:29 ot Exp $" ---><!--#set var="date" value="\$Date: 2008-08-08 13:42:29 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.77 2008-08-11 20:07:30 ot Exp $" +--><!--#set var="date" value="\$Date: 2008-08-11 20:07:30 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -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> |