- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Sep 2009 10:23:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26438
Modified Files:
Overview.html
Log Message:
Example wasn't consistent with the rest of itself. (whatwg r3780)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2949
retrieving revision 1.2950
diff -u -d -r1.2949 -r1.2950
--- Overview.html 9 Sep 2009 10:11:57 -0000 1.2949
+++ Overview.html 9 Sep 2009 10:23:36 -0000 1.2950
@@ -24903,12 +24903,12 @@
<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
</table></pre>
<p>This would result in the following table:</p>
Received on Wednesday, 9 September 2009 10:23:48 UTC