[html5] r7581 - [giow] (3) rowspan=0 quirk Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 10 16:31:33 PST 2012
Author: ianh
Date: 2012-12-10 16:31:31 -0800 (Mon, 10 Dec 2012)
New Revision: 7581
Modified:
complete.html
index
source
Log:
[giow] (3) rowspan=0 quirk
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-12-10 23:54:51 UTC (rev 7580)
+++ complete.html 2012-12-11 00:31:31 UTC (rev 7581)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 10 December 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 11 December 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -42729,10 +42729,10 @@
attribute specified, whose value must be a <a href=#valid-non-negative-integer>valid non-negative
integer</a> greater than zero.</p>
- <p>The <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements may also have a
- <dfn id=attr-tdth-rowspan title=attr-tdth-rowspan><code>rowspan</code></dfn> content
- attribute specified, whose value must be a <a href=#valid-non-negative-integer>valid non-negative
- integer</a>.</p>
+ <p>The <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements may also have a <dfn id=attr-tdth-rowspan title=attr-tdth-rowspan><code>rowspan</code></dfn> content attribute specified, whose value must
+ be a <a href=#valid-non-negative-integer>valid non-negative integer</a>. For this attribute, the value zero means that the
+ cell is to span all the remaining rows in the row group.</p> <!-- only in no-quirks and
+ limited-quirks mode though, for back compat! -->
<p>These attributes give the number of columns and rows respectively
that the cell is to span. These attributes must not be used to
@@ -43389,8 +43389,9 @@
<li>
- <p>If <var title="">rowspan</var> is zero, then let <var title="">cell grows downward</var> be true, and set <var title="">rowspan</var> to 1. Otherwise, let <var title="">cell
- grows downward</var> be false.</p>
+ <p>If <var title="">rowspan</var> is zero and the <code><a href=#the-table-element>table</a></code> element's
+ <code><a href=#document>Document</a></code> is not set to <a href=#quirks-mode>quirks mode</a>, then let <var title="">cell grows
+ downward</var> be true, and set <var title="">rowspan</var> to 1. Otherwise, let <var title="">cell grows downward</var> be false.</p>
</li>
Modified: index
===================================================================
--- index 2012-12-10 23:54:51 UTC (rev 7580)
+++ index 2012-12-11 00:31:31 UTC (rev 7581)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 10 December 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 11 December 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -42729,10 +42729,10 @@
attribute specified, whose value must be a <a href=#valid-non-negative-integer>valid non-negative
integer</a> greater than zero.</p>
- <p>The <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements may also have a
- <dfn id=attr-tdth-rowspan title=attr-tdth-rowspan><code>rowspan</code></dfn> content
- attribute specified, whose value must be a <a href=#valid-non-negative-integer>valid non-negative
- integer</a>.</p>
+ <p>The <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements may also have a <dfn id=attr-tdth-rowspan title=attr-tdth-rowspan><code>rowspan</code></dfn> content attribute specified, whose value must
+ be a <a href=#valid-non-negative-integer>valid non-negative integer</a>. For this attribute, the value zero means that the
+ cell is to span all the remaining rows in the row group.</p> <!-- only in no-quirks and
+ limited-quirks mode though, for back compat! -->
<p>These attributes give the number of columns and rows respectively
that the cell is to span. These attributes must not be used to
@@ -43389,8 +43389,9 @@
<li>
- <p>If <var title="">rowspan</var> is zero, then let <var title="">cell grows downward</var> be true, and set <var title="">rowspan</var> to 1. Otherwise, let <var title="">cell
- grows downward</var> be false.</p>
+ <p>If <var title="">rowspan</var> is zero and the <code><a href=#the-table-element>table</a></code> element's
+ <code><a href=#document>Document</a></code> is not set to <a href=#quirks-mode>quirks mode</a>, then let <var title="">cell grows
+ downward</var> be true, and set <var title="">rowspan</var> to 1. Otherwise, let <var title="">cell grows downward</var> be false.</p>
</li>
Modified: source
===================================================================
--- source 2012-12-10 23:54:51 UTC (rev 7580)
+++ source 2012-12-11 00:31:31 UTC (rev 7581)
@@ -49931,10 +49931,11 @@
attribute specified, whose value must be a <span>valid non-negative
integer</span> greater than zero.</p>
- <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>.</p>
+ <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>. For this attribute, the value zero means that the
+ cell is to span all the remaining rows in the row group.</p> <!-- only in no-quirks and
+ limited-quirks mode though, for back compat! -->
<p>These attributes give the number of columns and rows respectively
that the cell is to span. These attributes must not be used to
@@ -50744,10 +50745,10 @@
<li>
- <p>If <var title="">rowspan</var> is zero, then let <var
- title="">cell grows downward</var> be true, and set <var
- title="">rowspan</var> to 1. Otherwise, let <var title="">cell
- grows downward</var> be false.</p>
+ <p>If <var title="">rowspan</var> is zero and the <code>table</code> element's
+ <code>Document</code> is not set to <span>quirks mode</span>, then let <var title="">cell grows
+ downward</var> be true, and set <var title="">rowspan</var> to 1. Otherwise, let <var
+ title="">cell grows downward</var> be false.</p>
</li>
More information about the Commit-Watchers
mailing list