- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Aug 2008 21:13:34 +0900 (JST)
- To: public-html-diffs@w3.org
typo (credit: pt) (whatwg r2012)
putImageData(imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight)
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1200.html#putimagedata0
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1199&r2=1.1200&f=h
http://html5.org/tools/web-apps-tracker?from=2011&to=2012
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1199
retrieving revision 1.1200
diff -u -d -r1.1199 -r1.1200
--- Overview.html 5 Aug 2008 12:09:25 -0000 1.1199
+++ Overview.html 5 Aug 2008 12:10:15 -0000 1.1200
@@ -22881,7 +22881,7 @@
structures back to the canvas.
<p>If any of the arguments to the method are infinite or NaN, the method
- must raise an <code>NOT_SUPPORTED_ERR</code> exception.
+ must raise a <code>NOT_SUPPORTED_ERR</code> exception.
<p>If the first argument to the method is null or not an <code><a
href="#imagedata">ImageData</a></code> object then the <code
Received on Tuesday, 5 August 2008 12:14:13 UTC