- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Aug 2009 13:11:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv1085/elements Modified Files: label.html output.html td.html th.html time.html Log Message: removed the cite attribute from <section> and <article>; also, normalized the descriptions of several IDREFS elements and added some details for the <time> element Index: time.html =================================================================== RCS file: /sources/public/html5/markup/elements/time.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- time.html 19 Feb 2009 03:00:11 -0000 1.4 +++ time.html 21 Aug 2009 13:10:59 -0000 1.5 @@ -8,7 +8,22 @@ <div id="attributes"> <dl> <dt id="time.attrs.datetime">datetime</dt> - <dd>Identifies the date or time being specified.</dd> + <dd>Specifies the date or time that the element + represents.</dd> </dl> </div> + <div id="details"> + <p>If the + <a href="#time.attrs.datetime">datetime</a> + attribute is not specified, then the date or time represented + is given by the + <a href="#contents">contents</a> + of the element, and the + <a href="#character-data">character data</a> + in those + <a href="#contents">contents</a> + must conform to the + <a href="#common.data.date-or-time">date-or-time</a> + datatype.</p> + </div> </div> Index: td.html =================================================================== RCS file: /sources/public/html5/markup/elements/td.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- td.html 2 Aug 2009 08:15:42 -0000 1.4 +++ td.html 21 Aug 2009 13:10:59 -0000 1.5 @@ -8,14 +8,14 @@ <div id="attributes"> <dl> <dt id="td.attrs.headers">headers</dt> - <dd>A list of + <dd>Identifies one or more <a href="#th" class="element">th</a> elements that apply to its <a href="#td" class="element">td</a>.</dd> </dl> <dl> <dt id="td.attrs.colspan">colspan</dt> - <dd>Specifies the number of adjacent columns “spanned” by + <dd>Specifies the number of adjacent columns “spanned” by its <a href="#td" class="element">td</a> element.</dd> Index: label.html =================================================================== RCS file: /sources/public/html5/markup/elements/label.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- label.html 4 Mar 2009 08:13:58 -0000 1.4 +++ label.html 21 Aug 2009 13:10:59 -0000 1.5 @@ -8,8 +8,9 @@ <div id="attributes"> <dl> <dt id="label.attrs.for">for</dt> - <dd>Specifies the ID of the form control for which the <a - href="#label">label</a> is a caption.</dd> + <dd>Identifies a form control for which the + <a href="#label">label</a> + is a caption.</dd> </dl> </div> </div> Index: th.html =================================================================== RCS file: /sources/public/html5/markup/elements/th.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- th.html 2 Aug 2009 08:15:42 -0000 1.4 +++ th.html 21 Aug 2009 13:10:59 -0000 1.5 @@ -14,7 +14,7 @@ </dl> <dl> <dt id="th.attrs.headers">headers</dt> - <dd>A list of + <dd>Identifies one or more <a href="#th" class="element">th</a> elements that apply to its <a href="#th" class="element">th</a>.</dd> Index: output.html =================================================================== RCS file: /sources/public/html5/markup/elements/output.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- output.html 15 Feb 2009 02:07:27 -0000 1.2 +++ output.html 21 Aug 2009 13:10:59 -0000 1.3 @@ -8,9 +8,10 @@ <div class="attributes"> <dl> <dt id="output.attrs.for">for</dt> - <dd>Specifies one or more IDs of elements associated with - the calculation whose result this <a href="#output" - class="element">output</a> element represents.</dd> + <dd>Identifies one or more elements associated with + the calculation whose result this + <a href="#output" class="element">output</a> + element represents.</dd> </dl> </div> </div>
Received on Friday, 21 August 2009 13:11:13 UTC