- From: Christoph Päper <christoph.paeper@crissov.de>
- Date: Tue, 18 Mar 2008 23:23:07 +0100
> + <h4>Attributes common to <code>td</code> and <code>th</code> > elements</h4> > > + <p>The <code>td</code> and <code>th</code> elements may have a <dfn > + title="attr-tdth-colspan"><code>colspan</code></dfn> content > + attribute specified, whose value must be a <span>valid non-negative > + integer</span> greater than zero. Isn't that the description of a valid positive integer? If that term is not used or defined yet, why not? > + <p>The <code>td</code> and <code>th</code> elements may also have a > + <dfn title="attr-tdth-rowspan"><code>rowspan</code></dfn> content > + attribute specified, whose value must be a <span>valid non-negative > + integer</span>. Why can |rowspan|, unlike |colspan|, be 0, but is then also normalised to 1?
Received on Tuesday, 18 March 2008 15:23:07 UTC