markup-validator commit: Can not -> cannot grammar fixes.

changeset:   3251:843b8377c093
tag:         tip
user:        Ville Skyttä <ville.skytta@iki.fi>
date:        Sat Sep 03 10:01:34 2011 +0300
files:       htdocs/config/types.conf htdocs/docs/errors.html htdocs/docs/help.html htdocs/docs/install.html htdocs/no_referer.asis htdocs/whatsnew.html httpd/cgi-bin/check share/templates/en_US/error_messages.cfg share/templates/en_US/table.tmpl
description:
Can not -> cannot grammar fixes.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13982


diff -r c169659cd902 -r 843b8377c093 htdocs/config/types.conf
--- a/htdocs/config/types.conf	Tue Aug 30 21:15:15 2011 +0300
+++ b/htdocs/config/types.conf	Sat Sep 03 10:01:34 2011 +0300
@@ -8,7 +8,7 @@
 # The meaning of the parameters are mostly obvious and all are documented
 # in docs/devel.html. Of particular note, the names of each section is
 # arbitrary and the "datastructure" is turned inside out in the code so
-# that it is indexed by the PubID. This means you can not have multiple
+# that it is indexed by the PubID. This means you cannot have multiple
 # entries with identical PubID!
 #
 
diff -r c169659cd902 -r 843b8377c093 htdocs/docs/errors.html
--- a/htdocs/docs/errors.html	Tue Aug 30 21:15:15 2011 +0300
+++ b/htdocs/docs/errors.html	Sat Sep 03 10:01:34 2011 +0300
@@ -458,7 +458,7 @@
         <dt id="ve-123">123: value of attribute X must be a single token</dt>
         <dd><div class="ve mid-123">
     <p>
-      This attribute can not take a space-separated list of words as a value, but only one word ("token"). 
+      This attribute cannot take a space-separated list of words as a value, but only one word ("token"). 
       This may also be caused by the use of a space for the value of an attribute which does not permit it.
     </p>
   </div>
diff -r c169659cd902 -r 843b8377c093 htdocs/docs/help.html
--- a/htdocs/docs/help.html	Tue Aug 30 21:15:15 2011 +0300
+++ b/htdocs/docs/help.html	Sat Sep 03 10:01:34 2011 +0300
@@ -193,7 +193,7 @@
         A document is valid when it is correctly written in accordance
         to the formal grammar, whereas conformance relates to the
         specification itself. The two <em>might</em> be equivalent, but in most cases, 
-        some conformance requirements can not be expressed in the grammar, making validity
+        some conformance requirements cannot be expressed in the grammar, making validity
         only a part of the conformance.
       </p>
 
@@ -552,7 +552,7 @@
       <ul>
 	<li>Check that it is indeed the <code>Referer</code> issue. The validator should have redirected you to
 	<code>http://validator.w3.org/check?uri=<em>your_url_here</em></code>. Otherwise, check the address you have given the validator.</li>
-	<li>The validator can not fix this issue. You will have to (ask your administrator to) reconfigure
+	<li>The validator cannot fix this issue. You will have to (ask your administrator to) reconfigure
 	whichever zealous software is stripping this referrer info.</li>
 	<li>If you have a link on your page using the "/check?uri=referer" feature, you could replace them with the
 	a link to the validator without this feature, e.g. <code>http://validator.w3.org/check?uri=http%3A%2F%2Fwww.example.com</code></li>
diff -r c169659cd902 -r 843b8377c093 htdocs/docs/install.html
--- a/htdocs/docs/install.html	Tue Aug 30 21:15:15 2011 +0300
+++ b/htdocs/docs/install.html	Sat Sep 03 10:01:34 2011 +0300
@@ -65,7 +65,7 @@
 	<p>The installation guide assumes that you have a working Web server. We suggest
     the popular Apache server, which is used for the W3C Markup Validation service. 
     The validator may work with other Web servers than the popular Apache, but
-    we can not guarantee that it will. You will also need a working installation 
+    we cannot guarantee that it will. You will also need a working installation 
     of the Perl language (standard on most Web servers).</p>
 
     <h4 id="install-prereq">Step 0: Prerequisites</h4>
diff -r c169659cd902 -r 843b8377c093 htdocs/no_referer.asis
--- a/htdocs/no_referer.asis	Tue Aug 30 21:15:15 2011 +0300
+++ b/htdocs/no_referer.asis	Sat Sep 03 10:01:34 2011 +0300
@@ -32,7 +32,7 @@
 
 <div id="results_container">
 	  <div id="result">
-	    <h2 id="results" class="invalid">Sorry! This document can not be checked.</h2>
+	    <h2 id="results" class="invalid">Sorry! This document cannot be checked.</h2>
 
 
         <h2><strong>No Referer header found!</strong></h2>
diff -r c169659cd902 -r 843b8377c093 htdocs/whatsnew.html
--- a/htdocs/whatsnew.html	Tue Aug 30 21:15:15 2011 +0300
+++ b/htdocs/whatsnew.html	Sat Sep 03 10:01:34 2011 +0300
@@ -199,7 +199,7 @@
             Enhancement: a
             <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7399">direct
               link for validating an error page</a> has been added to the
-            "this document can not be checked" error page.
+            "this document cannot be checked" error page.
           </li>
           <li>
             Enhancement: updated
diff -r c169659cd902 -r 843b8377c093 httpd/cgi-bin/check
--- a/httpd/cgi-bin/check	Tue Aug 30 21:15:15 2011 +0300
+++ b/httpd/cgi-bin/check	Sat Sep 03 10:01:34 2011 +0300
@@ -281,7 +281,7 @@
 $File->{Namespaces} = [];    # Other (non-root) Namespaces.
 $File->{Parsers}    = [];    # Parsers used {name, link, type, options}
 
-# By default, doctype-less documents can not be valid
+# By default, doctype-less documents cannot be valid
 $File->{"DOCTYPEless OK"}             = FALSE;
 $File->{"Default DOCTYPE"}->{"HTML"}  = 'HTML 4.01 Transitional';
 $File->{"Default DOCTYPE"}->{"XHTML"} = 'XHTML 1.0 Transitional';
diff -r c169659cd902 -r 843b8377c093 share/templates/en_US/error_messages.cfg
--- a/share/templates/en_US/error_messages.cfg	Tue Aug 30 21:15:15 2011 +0300
+++ b/share/templates/en_US/error_messages.cfg	Sat Sep 03 10:01:34 2011 +0300
@@ -714,7 +714,7 @@
   verbose <<.EOF.
   <div class="ve mid-123">
     <p>
-      This attribute can not take a space-separated list of words as a value, but only one word ("token"). 
+      This attribute cannot take a space-separated list of words as a value, but only one word ("token"). 
       This may also be caused by the use of a space for the value of an attribute which does not permit it.
     </p>
   </div>
diff -r c169659cd902 -r 843b8377c093 share/templates/en_US/table.tmpl
--- a/share/templates/en_US/table.tmpl	Tue Aug 30 21:15:15 2011 +0300
+++ b/share/templates/en_US/table.tmpl	Sat Sep 03 10:01:34 2011 +0300
@@ -8,7 +8,7 @@
   </TMPL_IF>
 <TMPL_ELSE>
   <TMPL_IF NAME="fatal_error">
-  <h2 id="results" class="invalid">Sorry! This document can not be checked.</h2>
+  <h2 id="results" class="invalid">Sorry! This document cannot be checked.</h2>
   <TMPL_ELSE>  
   <h2 id="results" class="invalid">Error<TMPL_IF NAME="number_of_errors_is_plural">s</TMPL_IF> found while checking this document as <TMPL_VAR NAME="file_version" ESCAPE="HTML">!</h2>
   </TMPL_IF>  

Received on Saturday, 3 September 2011 07:02:06 UTC