Skip to content

Commit

Permalink
[e] (0) Note char='' for future expansion.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1384 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 23, 2008
1 parent 8997855 commit 66072de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -19570,7 +19570,8 @@ notes on what would need to be defined for dashed lines:

<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:

Expand Down Expand Up @@ -19928,7 +19929,8 @@ notes on what would need to be defined for dashed lines:

<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:

Expand Down
2 changes: 2 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -17149,6 +17149,7 @@ notes on what would need to be defined for dashed lines:
<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
Expand Down Expand Up @@ -17431,6 +17432,7 @@ notes on what would need to be defined for dashed lines:
<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> {
Expand Down

0 comments on commit 66072de

Please sign in to comment.