Skip to content

Commit

Permalink
[e] (0) Example wasn't consistent with the rest of itself.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3780 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 9, 2009
1 parent 2090b72 commit 4ea802e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions index
Expand Up @@ -28129,12 +28129,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 <td> Legs <td> 3.5 <td> 4
<tr> <td> 10 <td> Tails <td> 1 <td> 1
<tr> <td> 93 <th> Legs <td> 3.5 <td> 4
<tr> <td> 10 <th> Tails <td> 1 <td> 1
<tbody>
<tr> <td> <th scope=rowgroup> English speakers <td> <td>
<tr> <td> 32 <td> Legs <td> 2.67 <td> 4
<tr> <td> 35 <td> Tails <td> 0.33 <td> 1
<tr> <td> 32 <th> Legs <td> 2.67 <td> 4
<tr> <td> 35 <th> Tails <td> 0.33 <td> 1
&lt;/table&gt;</pre>

<p>This would result in the following table:</p>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -31082,12 +31082,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;td> Legs &lt;td> 3.5 &lt;td> 4
&lt;tr> &lt;td> 10 &lt;td> Tails &lt;td> 1 &lt;td> 1
&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;tbody>
&lt;tr> &lt;td> &lt;th scope=rowgroup> English speakers &lt;td> &lt;td>
&lt;tr> &lt;td> 32 &lt;td> Legs &lt;td> 2.67 &lt;td> 4
&lt;tr> &lt;td> 35 &lt;td> Tails &lt;td> 0.33 &lt;td> 1
&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;/table></pre>

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

0 comments on commit 4ea802e

Please sign in to comment.