- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 08:08:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv5852 Modified Files: Overview.html spec.html the-canvas-element.html Log Message: remove mention of 3d canvas since there's groups working on it (whatwg r4511) [updated by splitter] Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v retrieving revision 1.561 retrieving revision 1.562 diff -u -d -r1.561 -r1.562 --- the-canvas-element.html 6 Jan 2010 07:58:34 -0000 1.561 +++ the-canvas-element.html 6 Jan 2010 08:08:03 -0000 1.562 @@ -359,9 +359,7 @@ </dd> - </dl><p>This specification only defines one context, with the name "<code title="canvas-context-2d"><a href="#canvas-context-2d">2d</a></code>". </p><p class="note">A future version of this specification will probably - define a <code>3d</code> context (probably based on the OpenGL ES - API).</p><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> + </dl><p>This specification only defines one context, with the name "<code title="canvas-context-2d"><a href="#canvas-context-2d">2d</a></code>". </p><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> Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.594 retrieving revision 1.595 diff -u -d -r1.594 -r1.595 --- Overview.html 6 Jan 2010 07:58:33 -0000 1.594 +++ Overview.html 6 Jan 2010 08:08:03 -0000 1.595 @@ -281,7 +281,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3608. +This is revision 1.3609. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.599 retrieving revision 1.600 diff -u -d -r1.599 -r1.600 --- spec.html 6 Jan 2010 07:58:33 -0000 1.599 +++ spec.html 6 Jan 2010 08:08:03 -0000 1.600 @@ -279,7 +279,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3608. +This is revision 1.3609. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -11489,9 +11489,7 @@ </dd> - </dl><p>This specification only defines one context, with the name "<code title=canvas-context-2d><a href=#canvas-context-2d>2d</a></code>". </p><p class=note>A future version of this specification will probably - define a <code>3d</code> context (probably based on the OpenGL ES - API).</p><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> + </dl><p>This specification only defines one context, with the name "<code title=canvas-context-2d><a href=#canvas-context-2d>2d</a></code>". </p><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 08:08:07 UTC