validator/htdocs/docs errors.html,1.35.2.3,1.35.2.4

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv18077/htdocs/docs

Modified Files:
      Tag: validator-0_7-branch
	errors.html 
Log Message:
Link fixes from HEAD

Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.35.2.3
retrieving revision 1.35.2.4
diff -u -d -r1.35.2.3 -r1.35.2.4
--- errors.html	14 Nov 2006 23:35:11 -0000	1.35.2.3
+++ errors.html	2 Apr 2007 10:25:49 -0000	1.35.2.4
@@ -77,12 +77,17 @@
         <dd><div class="ve mid-63">
     <p>
       You have used character data somewhere it is not permitted to appear.
-      Mistakes that can cause this error include putting text directly in the
-      body of the document without wrapping it in a container element (such as
-      a &lt;p&gt;aragraph&lt;/p&gt;) or forgetting to quote an attribute value
-      (where characters such as "%" and "/" are common, but cannot appear
-      without surrounding quotes).
+      Mistakes that can cause this error include:
     </p>
+    <ul>
+      <li>putting text directly in the body of the document without wrapping 
+      it in a container element (such as a &lt;p&gt;aragraph&lt;/p&gt;), or</li>
+      <li>forgetting to quote an attribute value
+      (where characters such as "%" and "/" are common, but cannot appear
+      without surrounding quotes), or</li>
+      <li>using XHTML-style closing tags (such as &lt;meta ... /&gt;) in HTML 4.01 or 
+      earlier. (Fix: remove the extra / character)</li>
+    </ul> 
   </div>
 	<p>
 	  <a href="../feedback.html?errmsg_id=63#errormsg"
@@ -231,7 +236,7 @@
       or "&lt;marquee&gt;" (this is usually fixed by using CSS to achieve
       the desired effect instead).</li>
       <li>by using upper-case tags in XHTML (in XHTML attributes and elements
-      must be all lower-case.</li>
+      must be all lower-case).</li>
     </ul>
   </div>
 	<p>
@@ -252,7 +257,7 @@
     </p>
     <p>
       If this error occured in a script section of your document, you should probably
-      read this <a href="http://validator.w3.org/docs/help.html#faq-javascript">FAQ entry</a>.
+      read this <a href="help.html#faq-javascript">FAQ entry</a>.
     </p>
   </div>
 	<p>
@@ -337,7 +342,7 @@
       check that they are both allowed in the chosen document type, and/or
       use CSS instead of this attribute. If you received this error when using the 
       &lt;embed&gt; element to incorporate flash media in a Web page, see the 
-      <a href="docs/help.html#faq-flash">FAQ item on valid flash</a>.
+      <a href="help.html#faq-flash">FAQ item on valid flash</a>.
     </p>
   </div>
 	<p>
@@ -545,11 +550,14 @@
             Your best bet is to replace the character with the nearest equivalent
             ASCII character, or to use an appropriate <a
               href="http://www.w3.org/MarkUp/html3/latin1.html">character
-            entity</a>. For more information on Character Encoding on the web, see <a
-              href="http://ppewww.ph.gla.ac.uk/%7Eflavell/aflavell.html">Alan
+            entity</a>.
+            <!-- http://groups.google.com/group/uk.net.web.authoring/browse_frm/thread/54c97b9c6fb89751
+            For more information on Character Encoding on the web, see <a
+              href="http://ppewww.physics.gla.ac.uk/%7Eflavell/aflavell.html">Alan
             Flavell</a>'s excellent <a
-            href="http://ppewww.ph.gla.ac.uk/%7Eflavell/charset/">HTML Character Set Issues</a>
-            reference.
+              href="http://ppewww.physics.gla.ac.uk/%7Eflavell/charset/">HTML Character
+            Set Issues</a> reference.
+            -->
           </p>
           <p>
             This error can also be triggered by formatting characters embedded in

Received on Monday, 2 April 2007 10:25:57 UTC