[html5] r6703 - [giow] (2) Correctness (colSpan and rowSpan reflect 'colspan' and 'rowspan' not [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 19 15:20:43 PDT 2011


Author: ianh
Date: 2011-10-19 15:20:41 -0700 (Wed, 19 Oct 2011)
New Revision: 6703

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Correctness (colSpan and rowSpan reflect 'colspan' and 'rowspan' not 'colSpan' and 'rowSpan').
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14010

Modified: complete.html
===================================================================
--- complete.html	2011-10-19 22:18:37 UTC (rev 6702)
+++ complete.html	2011-10-19 22:20:41 UTC (rev 6703)
@@ -40750,14 +40750,15 @@
   </dl><div class=impl>
 
   <p>The <dfn id=dom-tdth-colspan title=dom-tdth-colSpan><code>colSpan</code></dfn> IDL
-  attribute must <a href=#reflect>reflect</a> the content attribute of the
-  same name. The value must be <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative
-  numbers greater than zero</a>.</p>
+  attribute must <a href=#reflect>reflect</a> the <code title=attr-tdth-colspan><a href=#attr-tdth-colspan>colspan</a></code> content attribute. The
+  value must be <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative numbers greater
+  than zero</a>.</p>
 
   <p>The <dfn id=dom-tdth-rowspan title=dom-tdth-rowSpan><code>rowSpan</code></dfn> IDL
-  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-for-parsing-non-negative-integers title="rules for parsing non-negative integers">parsing the
-  attribute as a non-negative integer</a> returns an error, is 1.</p>
+  attribute must <a href=#reflect>reflect</a> the <code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>rowspan</a></code> content attribute. Its
+  default value, which must be used if <a href=#rules-for-parsing-non-negative-integers title="rules for parsing
+  non-negative integers">parsing the attribute as a non-negative
+  integer</a> returns an error, is 1.</p>
 
   <p>The <dfn id=dom-tdth-headers title=dom-tdth-headers><code>headers</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the

Modified: index
===================================================================
--- index	2011-10-19 22:18:37 UTC (rev 6702)
+++ index	2011-10-19 22:20:41 UTC (rev 6703)
@@ -40750,14 +40750,15 @@
   </dl><div class=impl>
 
   <p>The <dfn id=dom-tdth-colspan title=dom-tdth-colSpan><code>colSpan</code></dfn> IDL
-  attribute must <a href=#reflect>reflect</a> the content attribute of the
-  same name. The value must be <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative
-  numbers greater than zero</a>.</p>
+  attribute must <a href=#reflect>reflect</a> the <code title=attr-tdth-colspan><a href=#attr-tdth-colspan>colspan</a></code> content attribute. The
+  value must be <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative numbers greater
+  than zero</a>.</p>
 
   <p>The <dfn id=dom-tdth-rowspan title=dom-tdth-rowSpan><code>rowSpan</code></dfn> IDL
-  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-for-parsing-non-negative-integers title="rules for parsing non-negative integers">parsing the
-  attribute as a non-negative integer</a> returns an error, is 1.</p>
+  attribute must <a href=#reflect>reflect</a> the <code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>rowspan</a></code> content attribute. Its
+  default value, which must be used if <a href=#rules-for-parsing-non-negative-integers title="rules for parsing
+  non-negative integers">parsing the attribute as a non-negative
+  integer</a> returns an error, is 1.</p>
 
   <p>The <dfn id=dom-tdth-headers title=dom-tdth-headers><code>headers</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the

Modified: source
===================================================================
--- source	2011-10-19 22:18:37 UTC (rev 6702)
+++ source	2011-10-19 22:20:41 UTC (rev 6703)
@@ -45267,15 +45267,17 @@
   <div class="impl">
 
   <p>The <dfn title="dom-tdth-colSpan"><code>colSpan</code></dfn> IDL
-  attribute must <span>reflect</span> the content attribute of the
-  same name. The value must be <span>limited to only non-negative
-  numbers greater than zero</span>.</p>
+  attribute must <span>reflect</span> the <code
+  title="attr-tdth-colspan">colspan</code> content attribute. The
+  value must be <span>limited to only non-negative numbers greater
+  than zero</span>.</p>
 
   <p>The <dfn title="dom-tdth-rowSpan"><code>rowSpan</code></dfn> IDL
-  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
-  attribute as a non-negative integer</span> returns an error, is 1.</p>
+  attribute must <span>reflect</span> the <code
+  title="attr-tdth-rowspan">rowspan</code> content attribute. Its
+  default value, which must be used if <span title="rules for parsing
+  non-negative integers">parsing the attribute as a non-negative
+  integer</span> returns an error, is 1.</p>
 
   <p>The <dfn title="dom-tdth-headers"><code>headers</code></dfn> IDL
   attribute must <span>reflect</span> the content attribute of the




More information about the Commit-Watchers mailing list