- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Nov 2006 06:31:43 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv30409/htdocs/docs
Modified Files:
Tag: validator-0_7-branch
errors.html
Log Message:
flash/embed error explanation
Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.35.2.1
retrieving revision 1.35.2.2
diff -u -d -r1.35.2.1 -r1.35.2.2
--- errors.html 19 Sep 2005 15:59:20 -0000 1.35.2.1
+++ errors.html 14 Nov 2006 06:31:41 -0000 1.35.2.2
@@ -335,7 +335,9 @@
How to fix: check the spelling and case of the element and attribute,
(Remember XHTML is all lower-case) and/or
check that they are both allowed in the chosen document type, and/or
- use CSS instead of this attribute.
+ use CSS instead of this attribute. If you received this error when using the
+ <embed> element to incorporate flash media in a Web page, see the
+ <a href="docs/help.html#faq-flash">FAQ item on valid flash</a>.</p>
</p>
</div>
<p>
@@ -806,6 +808,12 @@
<a href="../feedback.html#errormsg">feedback channels</a> to send your suggestions.</p>
<ul>
+ <li id="ve-0"><p>0: length of name must not exceed NAMELEN (X)
+ <a href="../feedback.html?errmsg_id=0#errormsg"
+ title="Suggest improvements on this error message through our feedback channels">✉</a>
+ </p>
+ </li>
+
<li id="ve-1"><p>1: length of parameter entity name must not exceed NAMELEN less the length of the PERO delimiter (X)
<a href="../feedback.html?errmsg_id=1#errormsg"
title="Suggest improvements on this error message through our feedback channels">✉</a>
Received on Tuesday, 14 November 2006 06:31:52 UTC