Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) fix the example to match the algorithms
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12163

git-svn-id: http://svn.whatwg.org/webapps@6077 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 5, 2011
1 parent bc58712 commit 6f22ba7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions complete.html
Expand Up @@ -39104,23 +39104,23 @@ <h4 id=the-th-element><span class=secno>4.9.10 </span>The <dfn><code>th</code></
&lt;tr&gt; &lt;th&gt; ID &lt;th&gt; Measurement &lt;th&gt; Average &lt;th&gt; Maximum
&lt;tbody&gt;
&lt;tr&gt; &lt;td&gt; &lt;th scope=rowgroup&gt; Cats &lt;td&gt; &lt;td&gt;
&lt;tr&gt; &lt;td&gt; 93 &lt;th&gt; Legs &lt;td&gt; 3.5 &lt;td&gt; 4
&lt;tr&gt; &lt;td&gt; 10 &lt;th&gt; Tails &lt;td&gt; 1 &lt;td&gt; 1
&lt;tr&gt; &lt;td&gt; 93 &lt;th scope=row&gt; Legs &lt;td&gt; 3.5 &lt;td&gt; 4
&lt;tr&gt; &lt;td&gt; 10 &lt;th scope=row&gt; Tails &lt;td&gt; 1 &lt;td&gt; 1
&lt;tbody&gt;
&lt;tr&gt; &lt;td&gt; &lt;th scope=rowgroup&gt; English speakers &lt;td&gt; &lt;td&gt;
&lt;tr&gt; &lt;td&gt; 32 &lt;th&gt; Legs &lt;td&gt; 2.67 &lt;td&gt; 4
&lt;tr&gt; &lt;td&gt; 35 &lt;th&gt; Tails &lt;td&gt; 0.33 &lt;td&gt; 1
&lt;tr&gt; &lt;td&gt; 32 &lt;th scope=row&gt; Legs &lt;td&gt; 2.67 &lt;td&gt; 4
&lt;tr&gt; &lt;td&gt; 35 &lt;th scope=row&gt; Tails &lt;td&gt; 0.33 &lt;td&gt; 1
&lt;/table&gt;</pre>

<p>This would result in the following table:</p>

<table><thead><tr><th> ID <th> Measurement <th> Average <th> Maximum
<tbody><tr><td> <th scope=rowgroup> Cats <td> <td>
<tr><td> 93 <th> Legs <td> 3.5 <td> 4
<tr><td> 10 <th> Tails <td> 1 <td> 1
<tr><td> 93 <th scope=row> Legs <td> 3.5 <td> 4
<tr><td> 10 <th scope=row> Tails <td> 1 <td> 1
<tbody><tr><td> <th scope=rowgroup> English speakers <td> <td>
<tr><td> 32 <th> Legs <td> 2.67 <td> 4
<tr><td> 35 <th> Tails <td> 0.33 <td> 1
<tr><td> 32 <th scope=row> Legs <td> 2.67 <td> 4
<tr><td> 35 <th scope=row> Tails <td> 0.33 <td> 1
</table><p>The headers in the first row all apply directly down to the rows
in their column.</p>

Expand Down
16 changes: 8 additions & 8 deletions index
Expand Up @@ -39132,23 +39132,23 @@ the cell that corresponds to the values of the two dice.
&lt;tr&gt; &lt;th&gt; ID &lt;th&gt; Measurement &lt;th&gt; Average &lt;th&gt; Maximum
&lt;tbody&gt;
&lt;tr&gt; &lt;td&gt; &lt;th scope=rowgroup&gt; Cats &lt;td&gt; &lt;td&gt;
&lt;tr&gt; &lt;td&gt; 93 &lt;th&gt; Legs &lt;td&gt; 3.5 &lt;td&gt; 4
&lt;tr&gt; &lt;td&gt; 10 &lt;th&gt; Tails &lt;td&gt; 1 &lt;td&gt; 1
&lt;tr&gt; &lt;td&gt; 93 &lt;th scope=row&gt; Legs &lt;td&gt; 3.5 &lt;td&gt; 4
&lt;tr&gt; &lt;td&gt; 10 &lt;th scope=row&gt; Tails &lt;td&gt; 1 &lt;td&gt; 1
&lt;tbody&gt;
&lt;tr&gt; &lt;td&gt; &lt;th scope=rowgroup&gt; English speakers &lt;td&gt; &lt;td&gt;
&lt;tr&gt; &lt;td&gt; 32 &lt;th&gt; Legs &lt;td&gt; 2.67 &lt;td&gt; 4
&lt;tr&gt; &lt;td&gt; 35 &lt;th&gt; Tails &lt;td&gt; 0.33 &lt;td&gt; 1
&lt;tr&gt; &lt;td&gt; 32 &lt;th scope=row&gt; Legs &lt;td&gt; 2.67 &lt;td&gt; 4
&lt;tr&gt; &lt;td&gt; 35 &lt;th scope=row&gt; Tails &lt;td&gt; 0.33 &lt;td&gt; 1
&lt;/table&gt;</pre>

<p>This would result in the following table:</p>

<table><thead><tr><th> ID <th> Measurement <th> Average <th> Maximum
<tbody><tr><td> <th scope=rowgroup> Cats <td> <td>
<tr><td> 93 <th> Legs <td> 3.5 <td> 4
<tr><td> 10 <th> Tails <td> 1 <td> 1
<tr><td> 93 <th scope=row> Legs <td> 3.5 <td> 4
<tr><td> 10 <th scope=row> Tails <td> 1 <td> 1
<tbody><tr><td> <th scope=rowgroup> English speakers <td> <td>
<tr><td> 32 <th> Legs <td> 2.67 <td> 4
<tr><td> 35 <th> Tails <td> 0.33 <td> 1
<tr><td> 32 <th scope=row> Legs <td> 2.67 <td> 4
<tr><td> 35 <th scope=row> Tails <td> 0.33 <td> 1
</table><p>The headers in the first row all apply directly down to the rows
in their column.</p>

Expand Down
16 changes: 8 additions & 8 deletions source
Expand Up @@ -43536,12 +43536,12 @@ the cell that corresponds to the values of the two dice.
&lt;tr> &lt;th> ID &lt;th> Measurement &lt;th> Average &lt;th> Maximum
&lt;tbody>
&lt;tr> &lt;td> &lt;th scope=rowgroup> Cats &lt;td> &lt;td>
&lt;tr> &lt;td> 93 &lt;th> Legs &lt;td> 3.5 &lt;td> 4
&lt;tr> &lt;td> 10 &lt;th> Tails &lt;td> 1 &lt;td> 1
&lt;tr> &lt;td> 93 &lt;th scope=row> Legs &lt;td> 3.5 &lt;td> 4
&lt;tr> &lt;td> 10 &lt;th scope=row> Tails &lt;td> 1 &lt;td> 1
&lt;tbody>
&lt;tr> &lt;td> &lt;th scope=rowgroup> English speakers &lt;td> &lt;td>
&lt;tr> &lt;td> 32 &lt;th> Legs &lt;td> 2.67 &lt;td> 4
&lt;tr> &lt;td> 35 &lt;th> Tails &lt;td> 0.33 &lt;td> 1
&lt;tr> &lt;td> 32 &lt;th scope=row> Legs &lt;td> 2.67 &lt;td> 4
&lt;tr> &lt;td> 35 &lt;th scope=row> Tails &lt;td> 0.33 &lt;td> 1
&lt;/table></pre>

<p>This would result in the following table:</p>
Expand All @@ -43551,12 +43551,12 @@ the cell that corresponds to the values of the two dice.
<tr> <th> ID <th> Measurement <th> Average <th> Maximum
<tbody>
<tr> <td> <th scope=rowgroup> Cats <td> <td>
<tr> <td> 93 <th> Legs <td> 3.5 <td> 4
<tr> <td> 10 <th> Tails <td> 1 <td> 1
<tr> <td> 93 <th scope=row> Legs <td> 3.5 <td> 4
<tr> <td> 10 <th scope=row> Tails <td> 1 <td> 1
<tbody>
<tr> <td> <th scope=rowgroup> English speakers <td> <td>
<tr> <td> 32 <th> Legs <td> 2.67 <td> 4
<tr> <td> 35 <th> Tails <td> 0.33 <td> 1
<tr> <td> 32 <th scope=row> Legs <td> 2.67 <td> 4
<tr> <td> 35 <th scope=row> Tails <td> 0.33 <td> 1
</table>

<p>The headers in the first row all apply directly down to the rows
Expand Down

0 comments on commit 6f22ba7

Please sign in to comment.