html5/spec Overview.html,1.2156,1.2157

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19553

Modified Files:
	Overview.html 
Log Message:
Fix a variety of mistakes in the rendering section. (credit: jb) (whatwg r2994)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2156
retrieving revision 1.2157
diff -u -d -r1.2156 -r1.2157
--- Overview.html	26 Apr 2009 22:10:47 -0000	1.2156
+++ Overview.html	26 Apr 2009 23:34:46 -0000	1.2157
@@ -55794,7 +55794,7 @@
 table[align=left] { float: left; }
 table[align=right] { float: right; }
 table[align=center], table[align=abscenter],
-table[align=abdmiddle], table[align=middle] {
+table[align=absmiddle], table[align=middle] {
   margin-left: auto; margin-right: auto;
 }
 
@@ -56094,7 +56094,7 @@
    hint</a>. Abort these steps.</li>
 
    <li><p>Interpret <var title="">digits</var> as a base-ten
-   integer. Let <var title="">size</var> be the resulting
+   integer. Let <var title="">value</var> be the resulting
    number.</li>
 
    <li> 
@@ -56102,8 +56102,7 @@
     <!-- basefont support would go here, but we removed it -->
 
     <p>If <var title="">mode</var> is <i>relative-plus</i>, then
-    increment <var title="">value</var> by 3. If <var title="">mode</var> is <i>relative-minus</i>, then decrement
-    <var title="">value</var> by 3.</p>
+    increment <var title="">value</var> by 3. If <var title="">mode</var> is <i>relative-minus</i>, then let <var title="">value</var> be the result of subtracting <var title="">value</var> from 3.</p>
 
    </li>
 
@@ -58053,6 +58052,7 @@
   John Fallows,
   John Harding,
   John Keiser,
+  John-Mark Bell,
   Johnny Stenback,
   Jon Ferraiolo,
   Jon Gibbins,

Received on Sunday, 26 April 2009 23:34:59 UTC