html5/spec Overview.html,1.954,1.955

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

Modified Files:
	Overview.html 
Log Message:
I suppose we should mention all the variables... (whatwg r1765)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.954
retrieving revision 1.955
diff -u -d -r1.954 -r1.955
--- Overview.html	13 Jun 2008 02:29:38 -0000	1.954
+++ Overview.html	13 Jun 2008 02:32:08 -0000	1.955
@@ -20497,8 +20497,8 @@
 
   <pre>context.putImageData(context.getImageData(x, y, w, h), x, y);</pre>
 
-  <p>...for any value of <var title="">x</var> and <var title="">y</var>, and
-   the following two calls:
+  <p>...for any value of <var title="">x</var>, <var title="">y</var>, <var
+   title="">w</var>, and <var title="">h</var>, and the following two calls:
 
   <pre>context.createImageData(w, h);
 context.getImageData(0, 0, w, h);</pre>

Received on Friday, 13 June 2008 02:32:45 UTC