- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Jan 2009 08:57:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16751 Modified Files: Overview.html Log Message: getContext() always return an object of some kind. (whatwg r2665) Index: Overview.html =================================================================== 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 08:57:42 UTC