- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 May 2007 08:26:40 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv25491
Modified Files:
error_messages.cfg
Log Message:
rewording suggested by Jukka
Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- error_messages.cfg 7 May 2007 14:43:03 -0000 1.23
+++ error_messages.cfg 16 May 2007 08:26:37 -0000 1.24
@@ -373,8 +373,8 @@
<p>
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,
+ is "not finished", not complete. For instance, in HTML the <head> element
+ must contain a <title> child element, lists (ul, ol, dl) require list items (li,
or dt, dd), and so on.
</p>
</div>
Received on Wednesday, 16 May 2007 08:26:44 UTC