- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Aug 2010 20:26:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext In directory hutz:/tmp/cvs-serv29774 Modified Files: Overview.html Log Message: allow context arguemtns on getContext (whatwg r5281) Index: Overview.html =================================================================== RCS file: /sources/public/html5/2dcontext/Overview.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- Overview.html 11 Aug 2010 18:41:31 -0000 1.61 +++ Overview.html 11 Aug 2010 20:26:43 -0000 1.62 @@ -448,7 +448,8 @@ <p>When the <code title="dom-canvas-getContext">getContext()</code> method of a <code>canvas</code> element is is to <span title="getContext-return">return a new object for the <var title="">contextId</var></span> <code title="canvas-context-2d"><a href="#canvas-context-2d">2d</a></code>, the user agent must return a - new <code><a href="#canvasrenderingcontext2d">CanvasRenderingContext2D</a></code> object.</p> + new <code><a href="#canvasrenderingcontext2d">CanvasRenderingContext2D</a></code> object. Any additional + arguments are ignored.</p> </div><p>The 2D context represents a flat Cartesian surface whose origin (0,0) is at the top left corner, with the coordinate space having
Received on Wednesday, 11 August 2010 20:26:47 UTC