- From: poot <cvsmail@w3.org>
- Date: Wed, 9 Sep 2009 19:23:55 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Example wasn't consistent with the rest of itself. (whatwg r3780)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2949&r2=1.2950&f=h
http://html5.org/tools/web-apps-tracker?from=3779&to=3780
===================================================================
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:24:31 UTC