diff options
-rwxr-xr-x | htdocs/whatsnew.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 82ea14e..e00f085 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.79 2009-03-13 15:21:28 ot Exp $" ---><!--#set var="date" value="\$Date: 2009-03-13 15:21:28 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.80 2009-03-13 16:06:51 ot Exp $" +--><!--#set var="date" value="\$Date: 2009-03-13 16:06:51 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -42,6 +42,7 @@ well-formedness errors reliably. Some code was added to the validator to work with all future versions of that library, but we recommend not using XML::LibXML between versions 1.67 and 1.69 inclusive (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6329#c15">see how</a>).</li> <li>UI Fix: accessibility improvements for screen readers.</li> + <li>Documentation: updated the <a href="docs/why.html">Why Validate?</a> document.</li> <li>Usability: the way in which the validator has to handle <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6259">direct input and character encodings</a> has long been confusing to many. Improvements have been made that explain in clearer ways what the validator does.</li> |