- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 09 Oct 2007 12:01:25 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv25762
Modified Files:
whatsnew.html
Log Message:
updated changelog
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- whatsnew.html 19 Sep 2007 20:53:22 -0000 1.69
+++ whatsnew.html 9 Oct 2007 12:01:22 -0000 1.70
@@ -19,7 +19,7 @@
</p>
</div>
<dl id="news">
- <dt id="t2007-09-xx">2007-09-xx — 0.8.2 release:</dt>
+ <dt id="t2007-10-xx">2007-10-xx — 0.8.2 release:</dt>
<dd>
<p>The 0.8.2 release of the W3C Markup Validator is a bug fix, performance and usability
release, addressing the following issues:</p>
@@ -32,6 +32,9 @@
<li>Bug Fix: Making sure that the validator requests a fresh version of the online resources, when an older cached version could be returned. (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4998" title="Bug 4998 - Validator sometimes uses cached content (cache-control header on requests would be useful)">Bug 4998</a>)</li>
<li>Usability: when using file upload or direct input modes, the result page will now include a text area filled with the validated source, for easy fixing and revalidation.(<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4342" title="Bug 4342 - Revalidation form for Upload and Direct Input">Bug 4342</a>)</li>
<li>Accessibility: the main interface was made friendlier to screen readers (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4959" title="Bug 4959 - screen reader reads contents of entire form">Bug 4959</a>)</li>
+ <li>Experimental Feature: new options were added to trigger <a href="http://validator.w3.org/docs/users.html#option-accept">Format</a> and <a href="http://validator.w3.org/docs/users.html#option-accept-language">Language</a> negotiation.</li>
+ <li>New Feature: automatic detection of the document type for SVG documents, even without a DOCTYPE declaration.
+ Validation of SVG only supported for standalone SVG documents, up to SVG 1.1.</li>
<li>Documentation updates</li>
</ul>
</dd>
Received on Tuesday, 9 October 2007 12:01:32 UTC