- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 10 Dec 2009 15:40:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12940 Modified Files: Overview.html Log Message: webidl typo (whatwg r4432) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3535 retrieving revision 1.3536 diff -u -d -r1.3535 -r1.3536 --- Overview.html 10 Dec 2009 14:50:52 -0000 1.3535 +++ Overview.html 10 Dec 2009 15:40:35 -0000 1.3536 @@ -21661,7 +21661,7 @@ DOMString <a href="#dom-canvas-todataurl" title="dom-canvas-toDataURL">toDataURL</a>(in optional DOMString type, in any... args); - Object <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 provides scripts with a
Received on Thursday, 10 December 2009 15:40:48 UTC