hixie: fix the example to match the algorithms (whatwg r6077)

hixie: fix the example to match the algorithms (whatwg r6077)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4880&r2=1.4881&f=h
http://html5.org/tools/web-apps-tracker?from=6076&to=6077

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4880
retrieving revision 1.4881
diff -u -d -r1.4880 -r1.4881
--- Overview.html 5 May 2011 00:03:02 -0000 1.4880
+++ Overview.html 5 May 2011 06:42:35 -0000 1.4881
@@ -29000,23 +29000,23 @@
   <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
 &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>

Received on Thursday, 5 May 2011 06:45:48 UTC