[html5] r1392 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sun Mar 23 02:18:26 PDT 2008
Author: ianh
Date: 2008-03-23 02:18:24 -0700 (Sun, 23 Mar 2008)
New Revision: 1392
Modified:
index
source
Log:
[e] (0) capitalisation issue
Modified: index
===================================================================
--- index 2008-03-23 09:11:54 UTC (rev 1391)
+++ index 2008-03-23 09:18:24 UTC (rev 1392)
@@ -20093,12 +20093,12 @@
readonly attribute long <a href="#cellindex" title=dom-tdth-cellIndex>cellIndex</a>;
};</pre>
- <p>The <dfn id=colspan0 title=dom-tdth-colspan><code>colspan</code></dfn>
+ <p>The <dfn id=colspan0 title=dom-tdth-colSpan><code>colSpan</code></dfn>
DOM attribute must <a href="#reflect">reflect</a> the content attribute of
the same name. The value must be <a href="#limited1">limited to only
positive non-zero numbers</a>.
- <p>The <dfn id=rowspan0 title=dom-tdth-rowspan><code>rowspan</code></dfn>
+ <p>The <dfn id=rowspan0 title=dom-tdth-rowSpan><code>rowSpan</code></dfn>
DOM attribute must <a href="#reflect">reflect</a> the content attribute of
the same name. Its default value, which must be used if <a href="#rules"
title="rules for parsing non-negative integers">parsing the attribute as a
Modified: source
===================================================================
--- source 2008-03-23 09:11:54 UTC (rev 1391)
+++ source 2008-03-23 09:18:24 UTC (rev 1392)
@@ -17576,12 +17576,12 @@
readonly attribute long <span title="dom-tdth-cellIndex">cellIndex</span>;
};</pre>
- <p>The <dfn title="dom-tdth-colspan"><code>colspan</code></dfn> DOM
+ <p>The <dfn title="dom-tdth-colSpan"><code>colSpan</code></dfn> DOM
attribute must <span>reflect</span> the content attribute of the
same name. The value must be <span>limited to only positive non-zero
numbers</span>.</p>
- <p>The <dfn title="dom-tdth-rowspan"><code>rowspan</code></dfn> DOM
+ <p>The <dfn title="dom-tdth-rowSpan"><code>rowSpan</code></dfn> DOM
attribute must <span>reflect</span> the content attribute of the
same name. Its default value, which must be used if <span
title="rules for parsing non-negative integers">parsing the
More information about the Commit-Watchers
mailing list