diff options
-rwxr-xr-x | htdocs/whatsnew.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 9d4c191..69587bd 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.69 2007-09-19 20:53:22 ville Exp $" ---><!--#set var="date" value="\$Date: 2007-09-19 20:53:22 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.70 2007-10-09 12:01:22 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-10-09 12:01:22 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -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> |