html5/spec Overview.html,1.1034,1.1035

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

Modified Files:
	Overview.html 
Log Message:
Make the length encoding big-endian to be compatible with Perl. (credit: pt) (whatwg r1846)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1034
retrieving revision 1.1035
diff -u -d -r1.1034 -r1.1035
--- Overview.html	3 Jul 2008 09:14:27 -0000	1.1034
+++ Overview.html	3 Jul 2008 19:49:50 -0000	1.1035
@@ -41971,8 +41971,10 @@
          you would get by <i>and</i>ing <var title="">b</var> with 0x7f).
 
        <li>
-        <p>Add <var title="">b<sub title="">v</sub></var> multiplied by <var
-         title="">multiple</var> to <var title="">length</var>.
+        <p>Multiply <var title="">length</var> by <var
+         title="">multiple</var>, add <var title="">b<sub
+         title="">v</sub></var> to that result, and store the final result in
+         <var title="">length</var>.
 
        <li>
         <p>Multiply <var title="">multiple</var> by 128, and store that new

Received on Thursday, 3 July 2008 19:50:26 UTC