- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 01 Aug 2010 06:36:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv5640/elements Modified Files: del.html ins.html label.html Log Message: include selected datatype/microsyntax descriptions at point of use, along with attribute descriptions, and reworked some individual datatype descriptions Index: ins.html =================================================================== RCS file: /sources/public/html5/markup/elements/ins.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ins.html 10 Feb 2010 18:47:40 -0000 1.6 +++ ins.html 1 Aug 2010 06:36:52 -0000 1.7 @@ -15,7 +15,7 @@ </dl> <dl> <dt id="ins.attrs.datetime">datetime</dt> - <dd>The time and date when the text was added.</dd> + <dd>The date and time when the text was added.</dd> </dl> </div> <div id="dom-interface">HTMLModElement</div> Index: del.html =================================================================== RCS file: /sources/public/html5/markup/elements/del.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- del.html 10 Feb 2010 12:49:08 -0000 1.7 +++ del.html 1 Aug 2010 06:36:52 -0000 1.8 @@ -15,7 +15,7 @@ </dl> <dl> <dt id="del.attrs.datetime">datetime</dt> - <dd>The time and date when the text was deleted.</dd> + <dd>The date and time when the text was deleted.</dd> </dl> </div> <div id="dom-interface">HTMLModElement</div> Index: label.html =================================================================== RCS file: /sources/public/html5/markup/elements/label.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- label.html 26 Jul 2010 04:06:26 -0000 1.8 +++ label.html 1 Aug 2010 06:36:53 -0000 1.9 @@ -9,9 +9,9 @@ <div id="attributes"> <dl> <dt id="label.attrs.for">for</dt> - <dd>An - <a href="#id-reference">ID reference</a> - to a form control for which the + <dd>The value of the + <span class="attribute">id</span> + attribute on a form control for which the <a href="#label">label</a> is a caption.</dd> </dl>
Received on Sunday, 1 August 2010 06:36:57 UTC