- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Sep 2007 20:53:25 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv20336
Modified Files:
about.html todo.html whatsnew.html
Log Message:
Spelling fixes
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- whatsnew.html 11 Sep 2007 07:00:58 -0000 1.68
+++ whatsnew.html 19 Sep 2007 20:53:22 -0000 1.69
@@ -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>
Index: todo.html
===================================================================
RCS file: /sources/public/validator/htdocs/todo.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- todo.html 18 Jul 2007 03:41:37 -0000 1.64
+++ todo.html 19 Sep 2007 20:53:22 -0000 1.65
@@ -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>
Index: about.html
===================================================================
RCS file: /sources/public/validator/htdocs/about.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- about.html 25 Jul 2007 02:07:26 -0000 1.39
+++ about.html 19 Sep 2007 20:53:22 -0000 1.40
@@ -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
Received on Wednesday, 19 September 2007 20:53:27 UTC