hixie: Correctness (colSpan and rowSpan reflect 'colspan' and 'rowspan' not 'colSpan' and 'rowSpan'). (whatwg r6703)

hixie: Correctness (colSpan and rowSpan reflect 'colspan' and 'rowspan'
not 'colSpan' and 'rowSpan'). (whatwg r6703)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5373&r2=1.5374&f=h
http://html5.org/tools/web-apps-tracker?from=6702&to=6703

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5373
retrieving revision 1.5374
diff -u -d -r1.5373 -r1.5374
--- Overview.html 19 Oct 2011 22:22:23 -0000 1.5373
+++ Overview.html 19 Oct 2011 22:24:28 -0000 1.5374
@@ -29914,14 +29914,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

Received on Wednesday, 19 October 2011 22:24:39 UTC