[html5] r4432 - [e] (0) webidl typo

whatwg at whatwg.org whatwg at whatwg.org
Thu Dec 10 07:40:30 PST 2009


Author: ianh
Date: 2009-12-10 07:40:26 -0800 (Thu, 10 Dec 2009)
New Revision: 4432

Modified:
   complete.html
   index
   source
Log:
[e] (0) webidl typo

Modified: complete.html
===================================================================
--- complete.html	2009-12-10 15:37:12 UTC (rev 4431)
+++ complete.html	2009-12-10 15:40:26 UTC (rev 4432)
@@ -24672,7 +24672,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

Modified: index
===================================================================
--- index	2009-12-10 15:37:12 UTC (rev 4431)
+++ index	2009-12-10 15:40:26 UTC (rev 4432)
@@ -24511,7 +24511,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

Modified: source
===================================================================
--- source	2009-12-10 15:37:12 UTC (rev 4431)
+++ source	2009-12-10 15:40:26 UTC (rev 4432)
@@ -26615,7 +26615,7 @@
 
   DOMString <span title="dom-canvas-toDataURL">toDataURL</span>(in optional DOMString type, in any... args);
 
-  Object <span title="dom-canvas-getContext">getContext</span>(in DOMString contextId);
+  object <span title="dom-canvas-getContext">getContext</span>(in DOMString contextId);
 };</pre>
    </dd>
   </dl>




More information about the Commit-Watchers mailing list