spec/Overview.html 1.1035 1846 Make the length encoding big-endian to b

Make the length encoding big-endian to be compatible with Perl. (credit:
pt) (whatwg r1846) (changed by: Ian Hickson)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1035.html#ws-cd-length

Current content per affected section: 
  http://dev.w3.org/html5/spec/Overview.html#ws-cd-length

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#ws-cd-length

Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1034&r2=1.1035&f=h

http://html5.org/tools/web-apps-tracker?from=1845&to=1846

===================================================================
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:53:25 UTC