- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 02 Aug 2009 08:15:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv1843/elements Modified Files: td.html th.html Log Message: added all remaining attribute descriptions that were missing Index: td.html =================================================================== RCS file: /sources/public/html5/markup/elements/td.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- td.html 15 Feb 2009 19:00:43 -0000 1.3 +++ td.html 2 Aug 2009 08:15:42 -0000 1.4 @@ -8,25 +8,24 @@ <div id="attributes"> <dl> <dt id="td.attrs.headers">headers</dt> - <dd>A string consisting of an <a href="#unordered">unordered - set of unique space-separated tokens</a>, each of which - must have the value of an ID of a <code><a - href="#th">th</a></code> element taking part in the same - <a href="#table1" title="concept-table">table</a> as the - <code><a href="#td">td</a></code> element (as defined by the - <a href="#table0">table model</a>).</dd> + <dd>A list of + <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>A <a href="#valid">valid non-negative - integer</a> greater than zero. - </dd> + <dd>Specifies the number of adjacent columns “spanned” by + its + <a href="#td" class="element">td</a> + element.</dd> </dl> <dl> <dt id="td.attrs.rowspan">rowspan</dt> - <dd>A <a href="#valid">valid non-negative - integer</a>. - </dd> + <dd>Specifies the number of following rows “spanned” by + its + <a href="#td" class="element">td</a> + element.</dd> </dl> </div> <div id="tags"> Index: th.html =================================================================== RCS file: /sources/public/html5/markup/elements/th.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- th.html 15 Feb 2009 19:00:43 -0000 1.3 +++ th.html 2 Aug 2009 08:15:42 -0000 1.4 @@ -8,17 +8,30 @@ <div id="attributes"> <dl> <dt id="th.attrs.scope">scope</dt> - <dd>An <a href="#enumerated">enumerated attribute</a> with - five states, four of which have explicit keywords:</dd> + <dd>Specifies what set of cells the + <a href="#th" class="element">th</a> + element applies to.</dd> + </dl> + <dl> + <dt id="th.attrs.headers">headers</dt> + <dd>A list of + <a href="#th" class="element">th</a> + elements that apply to its + <a href="#th" class="element">th</a>.</dd> </dl> <dl> <dt id="th.attrs.colspan">colspan</dt> - <dd>A <a href="#valid">valid non-negative integer</a> - greater than zero.</dd> + <dd>Specifies the number of adjacent columns “spanned” by + its + <a href="#th" class="element">th</a> + element.</dd> </dl> <dl> - <dt id="th.attrs.rowspan">rowspan</dt> <dd>A <a - href="#valid">valid non-negative integer</a>.</dd> + <dt id="th.attrs.rowspan">rowspan</dt> + <dd>Specifies the number of following rows “spanned” by + its + <a href="#th" class="element">th</a> + element.</dd> </dl> </div> <div id="tags">
Received on Sunday, 2 August 2009 08:15:53 UTC