diff options
-rwxr-xr-x | htdocs/about.html | 6 | ||||
-rwxr-xr-x | htdocs/todo.html | 6 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/htdocs/about.html b/htdocs/about.html index d2d367f..948d64d 100755 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: about.html,v 1.39 2007-07-25 02:07:26 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-07-25 02:07:26 $" +<!--#set var="revision" value="\$Id: about.html,v 1.40 2007-09-19 20:53:22 ville Exp $" +--><!--#set var="date" value="\$Date: 2007-09-19 20:53:22 $" --><!--#set var="title" value="About the W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -104,7 +104,7 @@ improve the quality of Web pages:</p> <ul> <li><a href="http://tidy.sourceforge.net/"><acronym - title="HyperText Markup Language">HTML</acronym> tidy</a>, originally developped at + title="HyperText Markup Language">HTML</acronym> tidy</a>, originally developed at W3C, is a program that can help automatically clean up HTML pages. </li> <li><a href="http://www.validome.org/">Validome</a> offers a very reliable diff --git a/htdocs/todo.html b/htdocs/todo.html index 65939fc..f3d9618 100755 --- a/htdocs/todo.html +++ b/htdocs/todo.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: todo.html,v 1.64 2007-07-18 03:41:37 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-07-18 03:41:37 $" +<!--#set var="revision" value="\$Id: todo.html,v 1.65 2007-09-19 20:53:22 ville Exp $" +--><!--#set var="date" value="\$Date: 2007-09-19 20:53:22 $" --><!--#set var="title" value="Development Roadmap for The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -8,7 +8,7 @@ <p id="skip" class="intro"> - This page holds the development reoadmap for the <a href="./"><acronym + This page holds the development roadmap for the <a href="./"><acronym title="World Wide Web Consortium">W3C</acronym> Markup Validation Service</a>. </p> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 0a0e49b..9d4c191 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.68 2007-09-11 07:00:58 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-09-11 07:00:58 $" +<!--#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="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -83,7 +83,7 @@ <li>Bug Fix: Fixed line number display in case of broken encoding</li> <li>Usability: more usable fatal error displays, removed "reset form" button, rewordings, error message explanations...</li> <li>Bug Fix: Fixed outline for non-xml document types</li> - <li>New FEature: Added support for XHTML + RDFa</li> + <li>New Feature: Added support for XHTML + RDFa</li> <li>New Feature: For non-xhtml XML documents without document type, the validator will not try to perform validation and will only check well-formedness</li> <li>code cleanup, other bug fixes</li> @@ -197,7 +197,7 @@ <li>Improvements in the way the results and errors number is displayed, with a bug fix in error count.</li> <li>Bug fixes: <ul> - <li> The error number count in resuts now only counts errors, not warnings or other messages</li> + <li> The error number count in results now only counts errors, not warnings or other messages</li> <li> A missing entry in the SGML catalog was added</li> <li> The direct input interface now handles cases where no content is set properly</li> </ul></li> |