- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Aug 2008 12:10:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28638 Modified Files: Overview.html Log Message: typo (credit: pt) (whatwg r2012) Index: Overview.html =================================================================== 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:10:51 UTC