[html5] r1384 - /

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 23 00:17:12 PDT 2008


Author: ianh
Date: 2008-03-23 00:17:12 -0700 (Sun, 23 Mar 2008)
New Revision: 1384

Modified:
   index
   source
Log:
[e] (0) Note char='' for future expansion.

Modified: index
===================================================================
--- index	2008-03-23 06:09:49 UTC (rev 1383)
+++ index	2008-03-23 07:17:12 UTC (rev 1384)
@@ -19570,7 +19570,8 @@
 
    <dt>Element-specific attributes:
 
-   <dd><code title=attr-col-span><a href="#span2">span</a></code>
+   <dd><code title=attr-col-span><a href="#span2">span</a></code></dd>
+   <!-- XXXv2 char, to specify the decimal character used in numeric data cells in the column (not header cells) -->
 
    <dt>DOM interface:
 
@@ -19928,7 +19929,8 @@
 
    <dd><code title=attr-tdth-rowspan><a href="#rowspan">rowspan</a></code>
 
-   <dd><code title=attr-td-headers><a href="#headers">headers</a></code>
+   <dd><code title=attr-td-headers><a href="#headers">headers</a></code></dd>
+   <!-- XXXv2 char, to specify the decimal character used in numeric cells -->
 
    <dt>DOM interface:
 

Modified: source
===================================================================
--- source	2008-03-23 06:09:49 UTC (rev 1383)
+++ source	2008-03-23 07:17:12 UTC (rev 1384)
@@ -17149,6 +17149,7 @@
    <dd>Empty.</dd>
    <dt>Element-specific attributes:</dt>
    <dd><code title="attr-col-span">span</code></dd>
+   <!-- XXXv2 char, to specify the decimal character used in numeric data cells in the column (not header cells) -->
    <dt>DOM interface:</dt>
    <dd>
     <p><code>HTMLTableColElement</code>, same as for
@@ -17431,6 +17432,7 @@
    <dd><code title="attr-tdth-colspan">colspan</code></dd>
    <dd><code title="attr-tdth-rowspan">rowspan</code></dd>
    <dd><code title="attr-td-headers">headers</code></dd>
+   <!-- XXXv2 char, to specify the decimal character used in numeric cells -->
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn>HTMLTableDataCellElement</dfn> : <span>HTMLTableCellElement</span> {




More information about the Commit-Watchers mailing list