- From: poot <cvsmail@w3.org>
- Date: Wed, 14 Jan 2009 18:00:40 +0900 (JST)
- To: public-html-diffs@w3.org
getContext() always return an object of some kind. (whatwg r2665)
HTMLCanvasElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1835.html#htmlcanvaselement
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1834&r2=1.1835&f=h
http://html5.org/tools/web-apps-tracker?from=2664&to=2665
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1834
retrieving revision 1.1835
diff -u -d -r1.1834 -r1.1835
--- Overview.html 14 Jan 2009 08:56:33 -0000 1.1834
+++ Overview.html 14 Jan 2009 08:57:31 -0000 1.1835
@@ -15817,7 +15817,7 @@
DOMString <a href=#dom-canvas-todataurl title=dom-canvas-toDataURL>toDataURL</a>([Optional] in DOMString type, [Variadic] in any args);
- any <a href=#dom-canvas-getcontext title=dom-canvas-getContext>getContext</a>(in DOMString contextId);
+ Object <a href=#dom-canvas-getcontext title=dom-canvas-getContext>getContext</a>(in DOMString contextId);
};</pre>
</dd>
</dl><p>The <code><a href=#the-canvas-element>canvas</a></code> element represents a resolution-dependent
Received on Wednesday, 14 January 2009 09:01:16 UTC