Skip to content

Commit

Permalink
[giow] (3) rowspan=0 quirk
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7581 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 11, 2012
1 parent 2a390c0 commit fe65f99
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 22 deletions.
15 changes: 8 additions & 7 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 10 December 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -42729,10 +42729,10 @@ <h4 id=attributes-common-to-td-and-th-elements><span class=secno>4.9.11 </span>A
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
Expand Down Expand Up @@ -43389,8 +43389,9 @@ <h5 id=forming-a-table><span class=secno>4.9.12.1 </span>Forming a table</h5>

<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>

Expand Down
15 changes: 8 additions & 7 deletions index
Expand Up @@ -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 &mdash; Last Updated 10 December 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -42729,10 +42729,10 @@ the cell that corresponds to the values of the two dice.
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
Expand Down Expand Up @@ -43389,8 +43389,9 @@ the cell that corresponds to the values of the two dice.

<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>

Expand Down
17 changes: 9 additions & 8 deletions source
Expand Up @@ -49931,10 +49931,11 @@ the cell that corresponds to the values of the two dice.
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
Expand Down Expand Up @@ -50744,10 +50745,10 @@ the cell that corresponds to the values of the two dice.

<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>

Expand Down

0 comments on commit fe65f99

Please sign in to comment.