- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 29 Oct 2011 16:10:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6660
Modified Files:
Overview.html
Log Message:
typo (whatwg r6784)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5432
retrieving revision 1.5433
diff -u -d -r1.5432 -r1.5433
--- Overview.html 29 Oct 2011 05:43:12 -0000 1.5432
+++ Overview.html 29 Oct 2011 16:10:23 -0000 1.5433
@@ -17063,9 +17063,9 @@
<pre><table class="sortable"> <!-- class used by script to find tables to which to add sorting controls -->
<thead> <tr> <th> Game <th> Corporations <th> Map Size
<tbody>
- <tr> <td> 1830 <td> <data value="8">Eight</data> <td> <data value="93">19+74 hexes (93 total)
- <tr> <td> 1856 <td> <data value="11">Eleven</data> <td> <data value="99">12+87 hexes (99 total)
- <tr> <td> 1870 <td> <data value="10">Ten</data> <td> <data value="149">4+145 hexes (149 total)
+ <tr> <td> 1830 <td> <data value="8">Eight</data> <td> <data value="93">19+74 hexes (93 total)</data>
+ <tr> <td> 1856 <td> <data value="11">Eleven</data> <td> <data value="99">12+87 hexes (99 total)</data>
+ <tr> <td> 1870 <td> <data value="10">Ten</data> <td> <data value="149">4+145 hexes (149 total)</data>
</table></pre>
</div><h4 id="the-code-element"><span class="secno">4.6.11 </span>The <dfn><code>code</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
Received on Saturday, 29 October 2011 16:10:30 UTC