- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Feb 2010 17:30:33 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv10059/share/templates/en_US
Modified Files:
error_messages.cfg
Log Message:
Rephrase sentence about list items, thanks to Sean Fraser.
Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- error_messages.cfg 4 Jun 2009 15:45:14 -0000 1.35
+++ error_messages.cfg 22 Feb 2010 17:30:31 -0000 1.36
@@ -393,9 +393,10 @@
<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, 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.
+ is "not finished", not complete. For instance, in HTML the <head>
+ element must contain a <title> child element, lists require
+ appropriate list items (<ul> and <ol> require <li>;
+ <dl> requires <dt> and <dd>), and so on.
</p>
</div>
.EOF.
Received on Monday, 22 February 2010 17:30:34 UTC