- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Apr 2005 03:17:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv22277
Modified Files:
error_messages.cfg
Log Message:
since no title in head appears to be a favorite among fans of error 75...
Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- error_messages.cfg 31 Mar 2005 07:33:17 -0000 1.9
+++ error_messages.cfg 8 Apr 2005 03:17:13 -0000 1.10
@@ -362,9 +362,11 @@
<p><em>...</em></p>
</p>
<p>
- Another possibility is that you used an element (e.g. 'ul') which requires
- a child element (e.g. 'li') that you did not include. Hence the parent element
- is "not finished", not complete.
+ Another possibility is that you used an element which requires
+ a child element that you did not include. Hence the parent element
+ is "not finished", not complete. For instance, <head> generally
+ requires a <title>, lists (ul, ol, dl) require list items (li,
+ or dt, dd), and so on.
</p>
</div>
.EOF.
Received on Friday, 8 April 2005 03:17:16 UTC