- From: poot <cvsmail@w3.org>
- Date: Thu, 12 Aug 2010 05:31:09 +0900 (JST)
- To: public-html-diffs@w3.org
2Dapi; hixie: allow context arguemtns on getContext (whatwg r5281) http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.61&r2=1.62&f=h http://html5.org/tools/web-apps-tracker?from=5280&to=5281 =================================================================== 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:27:25 UTC