Skip to content

Commit

Permalink
[e] (0) be correct about what the 'otherwise' cases are.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8485

git-svn-id: http://svn.whatwg.org/webapps@4510 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent 214b2d1 commit 53b4972
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -29669,8 +29669,8 @@ <h5 id=forming-a-table><span class=secno>4.9.12.1 </span>Forming a table</h5>
zero, then let <var title="">span</var> be that value.</p>

<p>Otherwise, if the <code><a href=#the-col-element>col</a></code> element has no <code title=attr-col-span><a href=#attr-col-span>span</a></code> attribute, or if trying to
parse the attribute's value resulted in an error, then let
<var title="">span</var> be 1.</p>
parse the attribute's value resulted in an error or zero,
then let <var title="">span</var> be 1.</p>

</li>

Expand Down Expand Up @@ -29728,9 +29728,9 @@ <h5 id=forming-a-table><span class=secno>4.9.12.1 </span>Forming a table</h5>
zero, then let <var title="">span</var> be that value.</p>

<p>Otherwise, if the <code><a href=#the-colgroup-element>colgroup</a></code> element has no
<code title=attr-colgroup-span><a href=#attr-colgroup-span>span</a></code> attribute, or if
trying to parse the attribute's value resulted in an error,
then let <var title="">span</var> be 1.</p>
<code title=attr-colgroup-span><a href=#attr-colgroup-span>span</a></code> attribute, or
if trying to parse the attribute's value resulted in an
error or zero, then let <var title="">span</var> be 1.</p>

</li>

Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -29504,8 +29504,8 @@ the cell that corresponds to the values of the two dice.
zero, then let <var title="">span</var> be that value.</p>

<p>Otherwise, if the <code><a href=#the-col-element>col</a></code> element has no <code title=attr-col-span><a href=#attr-col-span>span</a></code> attribute, or if trying to
parse the attribute's value resulted in an error, then let
<var title="">span</var> be 1.</p>
parse the attribute's value resulted in an error or zero,
then let <var title="">span</var> be 1.</p>

</li>

Expand Down Expand Up @@ -29563,9 +29563,9 @@ the cell that corresponds to the values of the two dice.
zero, then let <var title="">span</var> be that value.</p>

<p>Otherwise, if the <code><a href=#the-colgroup-element>colgroup</a></code> element has no
<code title=attr-colgroup-span><a href=#attr-colgroup-span>span</a></code> attribute, or if
trying to parse the attribute's value resulted in an error,
then let <var title="">span</var> be 1.</p>
<code title=attr-colgroup-span><a href=#attr-colgroup-span>span</a></code> attribute, or
if trying to parse the attribute's value resulted in an
error or zero, then let <var title="">span</var> be 1.</p>

</li>

Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -32534,8 +32534,8 @@ the cell that corresponds to the values of the two dice.

<p>Otherwise, if the <code>col</code> element has no <code
title="attr-col-span">span</code> attribute, or if trying to
parse the attribute's value resulted in an error, then let
<var title="">span</var> be 1.</p>
parse the attribute's value resulted in an error or zero,
then let <var title="">span</var> be 1.</p>

</li>

Expand Down Expand Up @@ -32605,9 +32605,9 @@ the cell that corresponds to the values of the two dice.
zero, then let <var title="">span</var> be that value.</p>

<p>Otherwise, if the <code>colgroup</code> element has no
<code title="attr-colgroup-span">span</code> attribute, or if
trying to parse the attribute's value resulted in an error,
then let <var title="">span</var> be 1.</p>
<code title="attr-colgroup-span">span</code> attribute, or
if trying to parse the attribute's value resulted in an
error or zero, then let <var title="">span</var> be 1.</p>

</li>

Expand Down

0 comments on commit 53b4972

Please sign in to comment.