- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 07:56:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28881
Modified Files:
Overview.html
Log Message:
remove mention of 3d canvas since there's groups working on it (whatwg r4511)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3608
retrieving revision 1.3609
diff -u -d -r1.3608 -r1.3609
--- Overview.html 6 Jan 2010 07:53:13 -0000 1.3608
+++ Overview.html 6 Jan 2010 07:56:26 -0000 1.3609
@@ -21412,9 +21412,7 @@
context that it does not support, then it must return null. String
comparisons must be <a href="#case-sensitive">case-sensitive</a>.</p>
- </div><p class="note">A future version of this specification will probably
- define a <code>3d</code> context (probably based on the OpenGL ES
- API).<hr><dl class="domintro"><dt><var title="">url</var> = <var title="">canvas</var> . <code title="dom-canvas-toDataURL"><a href="#dom-canvas-todataurl">toDataURL</a></code>( [ <var title="">type</var>, ... ])</dt>
+ </div><hr><dl class="domintro"><dt><var title="">url</var> = <var title="">canvas</var> . <code title="dom-canvas-toDataURL"><a href="#dom-canvas-todataurl">toDataURL</a></code>( [ <var title="">type</var>, ... ])</dt>
<dd>
Received on Wednesday, 6 January 2010 07:56:31 UTC