- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 Apr 2007 10:25:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv18077/share/templates/en_US
Modified Files:
Tag: validator-0_7-branch
error_messages.cfg
Log Message:
Link fixes from HEAD
Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.15.2.3
retrieving revision 1.15.2.4
diff -u -d -r1.15.2.3 -r1.15.2.4
--- error_messages.cfg 14 Nov 2006 23:35:12 -0000 1.15.2.3
+++ error_messages.cfg 2 Apr 2007 10:25:49 -0000 1.15.2.4
@@ -240,12 +240,17 @@
<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 <p>aragraph</p>) 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 <p>aragraph</p>), 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 <meta ... />) in HTML 4.01 or
+ earlier. (Fix: remove the extra / character)</li>
+ </ul>
</div>
.EOF.
</msg>
@@ -394,7 +399,7 @@
or "<marquee>" (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>
.EOF.
@@ -419,7 +424,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="docs/help.html#faq-javascript">FAQ entry</a>.
</p>
</div>
.EOF.
@@ -809,11 +814,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:59 UTC