mike: added all remaining attribute descriptions that were missing

mike: added all remaining attribute descriptions that were missing

http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.84&r2=1.85&f=h

===================================================================
RCS file: /sources/public/html5/markup/th.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- th.html 2 Aug 2009 07:07:45 -0000 1.14
+++ th.html 2 Aug 2009 08:15:42 -0000 1.15
@@ -30,35 +30,46 @@
         <h2 class="element-subhead">Attribute model <a class="hash" href="#th-attr-mdl">#</a></h2>
         <div class="attr-content-models">
           <p><a href="th.html#th.attrs">th.attrs</a> = <span class="pattern" id="th.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a>
-  &amp; <a class="ref" href="th.html#th-tables.attrs.colspan">colspan</a>?
-  &amp; <a class="ref" href="th.html#th-tables.attrs.rowspan">rowspan</a>?
-  &amp; <a class="ref" href="th.html#th-tables.attrs.scope">scope</a>?
-  &amp; <a class="ref" href="th.html#th-tables.attrs.headers">headers</a>?</span></p></div></div>
+  &amp; <a class="ref" href="th.html#th.attrs.scope" title="th.attrs.scope">scope</a>?
+  &amp; <a class="ref" href="th.html#th.attrs.colspan" title="th.attrs.colspan">colspan</a>?
+  &amp; <a class="ref" href="th.html#th.attrs.rowspan" title="th.attrs.rowspan">rowspan</a>?
+  &amp; <a class="ref" href="th.html#th.attrs.headers" title="th.attrs.headers">headers</a>?</span></p></div></div>
       <div class="no-number no-toc" id="th-attributes">
         <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#th-attributes">#</a></h2>
         <dl class="attr-defs">
-            <dt><a class="attribute-name" id="th-tables.attrs.colspan" title="th-tables.attrs.colspan" href="th.html#th-tables.attrs.colspan">colspan</a> = <span class="attr-values">
-      <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a>
-    </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
-          
-            <dt><a class="attribute-name" id="th-tables.attrs.rowspan" title="th-tables.attrs.rowspan" href="th.html#th-tables.attrs.rowspan">rowspan</a> = <span class="attr-values">
-      <a class="ref" href="datatypes.html#common.data.integer.non-negative" title="common.data.integer.non-negative">integer.non-negative</a>
-    </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
-          
-            <dt><a class="attribute-name" id="th-tables.attrs.scope" title="th-tables.attrs.scope" href="th.html#th-tables.attrs.scope">scope</a> = <span class="attr-values">
+            <dt><a class="attribute-name" id="th.attrs.scope" title="th.attrs.scope" href="th.html#th.attrs.scope">scope</a> = <span class="attr-values">
        "row"
       |  "col"
       |  "rowgroup"
       |  "colgroup"
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>Specifies what set of cells the
+        <a href="th.html#th" class="element">th</a>
+        element applies to.</dd>
           
-            <dt><a class="attribute-name" id="th-tables.attrs.headers" title="th-tables.attrs.headers" href="th.html#th-tables.attrs.headers">headers</a> = <span class="attr-values">
+            <dt><a class="attribute-name" id="th.attrs.colspan" title="th.attrs.colspan" href="th.html#th.attrs.colspan">colspan</a> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a>
+    </span> </dt>
+            <dd>Specifies the number of adjacent columns  &#8220;spanned&#8221; by
+        its
+        <a href="th.html#th" class="element">th</a>
+        element.</dd>
+          
+            <dt><a class="attribute-name" id="th.attrs.rowspan" title="th.attrs.rowspan" href="th.html#th.attrs.rowspan">rowspan</a> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.integer.non-negative" title="common.data.integer.non-negative">integer.non-negative</a>
+    </span> </dt>
+            <dd>Specifies the number of following rows &#8220;spanned&#8221; by
+        its
+        <a href="th.html#th" class="element">th</a>
+        element.</dd>
+          
+            <dt><a class="attribute-name" id="th.attrs.headers" title="th.attrs.headers" href="th.html#th.attrs.headers">headers</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#common.data.idrefs" title="common.data.idrefs">idrefs</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>A list of
+        <a href="th.html#th" class="element">th</a>
+        elements that apply to its
+        <a href="th.html#th" class="element">th</a>.</dd>
           
         </dl></div>
       

Index: td.html
===================================================================
RCS file: /sources/public/html5/markup/td.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- td.html 2 Aug 2009 07:07:45 -0000 1.14
+++ td.html 2 Aug 2009 08:15:42 -0000 1.15
@@ -30,26 +30,35 @@
         <h2 class="element-subhead">Attribute model <a class="hash" href="#td-attr-mdl">#</a></h2>
         <div class="attr-content-models">
           <p><a href="td.html#td.attrs">td.attrs</a> = <span class="pattern" id="td.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a>
-  &amp; <a class="ref" href="td.html#td-tables.attrs.colspan">colspan</a>?
-  &amp; <a class="ref" href="td.html#td-tables.attrs.rowspan">rowspan</a>?
-  &amp; <a class="ref" href="td.html#td-tables.attrs.headers">headers</a>?</span></p></div></div>
+  &amp; <a class="ref" href="td.html#td.attrs.colspan" title="td.attrs.colspan">colspan</a>?
+  &amp; <a class="ref" href="td.html#td.attrs.rowspan" title="td.attrs.rowspan">rowspan</a>?
+  &amp; <a class="ref" href="td.html#td.attrs.headers" title="td.attrs.headers">headers</a>?</span></p></div></div>
       <div class="no-number no-toc" id="td-attributes">
         <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#td-attributes">#</a></h2>
         <dl class="attr-defs">
-            <dt><a class="attribute-name" id="td-tables.attrs.colspan" title="td-tables.attrs.colspan" href="td.html#td-tables.attrs.colspan">colspan</a> = <span class="attr-values">
+            <dt><a class="attribute-name" id="td.attrs.colspan" title="td.attrs.colspan" href="td.html#td.attrs.colspan">colspan</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>Specifies the number of adjacent columns  &#8220;spanned&#8221; by
+        its
+        <a href="td.html#td" class="element">td</a>
+        element.</dd>
           
-            <dt><a class="attribute-name" id="td-tables.attrs.rowspan" title="td-tables.attrs.rowspan" href="td.html#td-tables.attrs.rowspan">rowspan</a> = <span class="attr-values">
+            <dt><a class="attribute-name" id="td.attrs.rowspan" title="td.attrs.rowspan" href="td.html#td.attrs.rowspan">rowspan</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#common.data.integer.non-negative" title="common.data.integer.non-negative">integer.non-negative</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>Specifies the number of following rows &#8220;spanned&#8221; by
+        its
+        <a href="td.html#td" class="element">td</a>
+        element.</dd>
           
-            <dt><a class="attribute-name" id="td-tables.attrs.headers" title="td-tables.attrs.headers" href="td.html#td-tables.attrs.headers">headers</a> = <span class="attr-values">
+            <dt><a class="attribute-name" id="td.attrs.headers" title="td.attrs.headers" href="td.html#td.attrs.headers">headers</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#common.data.idrefs" title="common.data.idrefs">idrefs</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>A list of
+        <a href="th.html#th" class="element">th</a>
+        elements that apply to its
+        <a href="td.html#td" class="element">td</a>.</dd>
           
         </dl></div>
       

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- spec.html 2 Aug 2009 07:07:45 -0000 1.84
+++ spec.html 2 Aug 2009 08:15:42 -0000 1.85
@@ -13465,9 +13465,9 @@
 </h2>
         <div class="attr-content-models">
           <p><a href="#td.attrs">td.attrs</a> = <span class="pattern" id="td.attrs"><a class="ref" href="#common.attrs">common.attrs</a>
-  &amp; <a class="ref" href="#td-tables.attrs.colspan">colspan</a>?
-  &amp; <a class="ref" href="#td-tables.attrs.rowspan">rowspan</a>?
-  &amp; <a class="ref" href="#td-tables.attrs.headers">headers</a>?</span></p>
+  &amp; <a class="ref" href="#td.attrs.colspan" title="td.attrs.colspan">colspan</a>?
+  &amp; <a class="ref" href="#td.attrs.rowspan" title="td.attrs.rowspan">rowspan</a>?
+  &amp; <a class="ref" href="#td.attrs.headers" title="td.attrs.headers">headers</a>?</span></p>
 </div>
 </div>
       <div class="no-number no-toc" id="td-attributes">
@@ -13475,22 +13475,31 @@
 </h2>
         <dl class="attr-defs">
 <dt>
-<a class="attribute-name" id="td-tables.attrs.colspan" title="td-tables.attrs.colspan" href="#td-tables.attrs.colspan">colspan</a> = <span class="attr-values">
+<a class="attribute-name" id="td.attrs.colspan" title="td.attrs.colspan" href="#td.attrs.colspan">colspan</a> = <span class="attr-values">
       <a class="ref" href="#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>Specifies the number of adjacent columns  &#8220;spanned&#8221; by
+        its
+        <a href="#td" class="element">td</a>
+        element.</dd>
           
             <dt>
-<a class="attribute-name" id="td-tables.attrs.rowspan" title="td-tables.attrs.rowspan" href="#td-tables.attrs.rowspan">rowspan</a> = <span class="attr-values">
+<a class="attribute-name" id="td.attrs.rowspan" title="td.attrs.rowspan" href="#td.attrs.rowspan">rowspan</a> = <span class="attr-values">
       <a class="ref" href="#common.data.integer.non-negative" title="common.data.integer.non-negative">integer.non-negative</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>Specifies the number of following rows &#8220;spanned&#8221; by
+        its
+        <a href="#td" class="element">td</a>
+        element.</dd>
           
             <dt>
-<a class="attribute-name" id="td-tables.attrs.headers" title="td-tables.attrs.headers" href="#td-tables.attrs.headers">headers</a> = <span class="attr-values">
+<a class="attribute-name" id="td.attrs.headers" title="td.attrs.headers" href="#td.attrs.headers">headers</a> = <span class="attr-values">
       <a class="ref" href="#common.data.idrefs" title="common.data.idrefs">idrefs</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></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>
 </div>
@@ -13749,10 +13758,10 @@
 </h2>
         <div class="attr-content-models">
           <p><a href="#th.attrs">th.attrs</a> = <span class="pattern" id="th.attrs"><a class="ref" href="#common.attrs">common.attrs</a>
-  &amp; <a class="ref" href="#th-tables.attrs.colspan">colspan</a>?
-  &amp; <a class="ref" href="#th-tables.attrs.rowspan">rowspan</a>?
-  &amp; <a class="ref" href="#th-tables.attrs.scope">scope</a>?
-  &amp; <a class="ref" href="#th-tables.attrs.headers">headers</a>?</span></p>
+  &amp; <a class="ref" href="#th.attrs.scope" title="th.attrs.scope">scope</a>?
+  &amp; <a class="ref" href="#th.attrs.colspan" title="th.attrs.colspan">colspan</a>?
+  &amp; <a class="ref" href="#th.attrs.rowspan" title="th.attrs.rowspan">rowspan</a>?
+  &amp; <a class="ref" href="#th.attrs.headers" title="th.attrs.headers">headers</a>?</span></p>
 </div>
 </div>
       <div class="no-number no-toc" id="th-attributes">
@@ -13760,31 +13769,42 @@
 </h2>
         <dl class="attr-defs">
 <dt>
-<a class="attribute-name" id="th-tables.attrs.colspan" title="th-tables.attrs.colspan" href="#th-tables.attrs.colspan">colspan</a> = <span class="attr-values">
-      <a class="ref" href="#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a>
+<a class="attribute-name" id="th.attrs.scope" title="th.attrs.scope" href="#th.attrs.scope">scope</a> = <span class="attr-values">
+       "row"
+      |  "col"
+      |  "rowgroup"
+      |  "colgroup"
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>Specifies what set of cells the
+        <a href="#th" class="element">th</a>
+        element applies to.</dd>
           
             <dt>
-<a class="attribute-name" id="th-tables.attrs.rowspan" title="th-tables.attrs.rowspan" href="#th-tables.attrs.rowspan">rowspan</a> = <span class="attr-values">
-      <a class="ref" href="#common.data.integer.non-negative" title="common.data.integer.non-negative">integer.non-negative</a>
+<a class="attribute-name" id="th.attrs.colspan" title="th.attrs.colspan" href="#th.attrs.colspan">colspan</a> = <span class="attr-values">
+      <a class="ref" href="#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>Specifies the number of adjacent columns  &#8220;spanned&#8221; by
+        its
+        <a href="#th" class="element">th</a>
+        element.</dd>
           
             <dt>
-<a class="attribute-name" id="th-tables.attrs.scope" title="th-tables.attrs.scope" href="#th-tables.attrs.scope">scope</a> = <span class="attr-values">
-       "row"
-      |  "col"
-      |  "rowgroup"
-      |  "colgroup"
+<a class="attribute-name" id="th.attrs.rowspan" title="th.attrs.rowspan" href="#th.attrs.rowspan">rowspan</a> = <span class="attr-values">
+      <a class="ref" href="#common.data.integer.non-negative" title="common.data.integer.non-negative">integer.non-negative</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>Specifies the number of following rows &#8220;spanned&#8221; by
+        its
+        <a href="#th" class="element">th</a>
+        element.</dd>
           
             <dt>
-<a class="attribute-name" id="th-tables.attrs.headers" title="th-tables.attrs.headers" href="#th-tables.attrs.headers">headers</a> = <span class="attr-values">
+<a class="attribute-name" id="th.attrs.headers" title="th.attrs.headers" href="#th.attrs.headers">headers</a> = <span class="attr-values">
       <a class="ref" href="#common.data.idrefs" title="common.data.idrefs">idrefs</a>
     </span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <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>
 </div>

Received on Sunday, 2 August 2009 08:17:26 UTC