- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Oct 2011 22:24:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12212 Modified Files: Overview.html Log Message: Correctness (colSpan and rowSpan reflect 'colspan' and 'rowspan' not 'colSpan' and 'rowSpan'). (whatwg r6703) Index: Overview.html =================================================================== 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:34 UTC