- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 May 2011 00:47:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26523
Modified Files:
spec.html the-canvas-element.html
Log Message:
fix another idl typo (whatwg r6150)
[updated by splitter]
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.902
retrieving revision 1.903
diff -u -d -r1.902 -r1.903
--- the-canvas-element.html 23 May 2011 21:47:02 -0000 1.902
+++ the-canvas-element.html 25 May 2011 00:47:43 -0000 1.903
@@ -386,7 +386,7 @@
attribute unsigned long <a href="#dom-canvas-height" title="dom-canvas-height">height</a>;
DOMString <a href="#dom-canvas-todataurl" title="dom-canvas-toDataURL">toDataURL</a>(in optional DOMString type, in any... args);
- void <a href="#dom-canvas-toblob" title="dom-canvas-toBlob">toBlob</a>(in <span>FileCallback</span>, in optional DOMString type, in any... args);
+ void <a href="#dom-canvas-toblob" title="dom-canvas-toBlob">toBlob</a>(in <span>FileCallback</span> callback, in optional DOMString type, in any... args);
object <a href="#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(in DOMString contextId, in any... args);
};</pre>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1504
retrieving revision 1.1505
diff -u -d -r1.1504 -r1.1505
--- spec.html 23 May 2011 21:47:02 -0000 1.1504
+++ spec.html 25 May 2011 00:47:32 -0000 1.1505
@@ -384,7 +384,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4945.
+This is revision 1.4946.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 25 May 2011 00:47:58 UTC