[html5] r4891 - [giow] (0) Define what a number is, for the purposes of toDataURL(). Fixing http [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Mar 28 22:49:33 PDT 2010
Author: ianh
Date: 2010-03-28 22:49:32 -0700 (Sun, 28 Mar 2010)
New Revision: 4891
Modified:
complete.html
index
source
Log:
[giow] (0) Define what a number is, for the purposes of toDataURL().
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9132
Modified: complete.html
===================================================================
--- complete.html 2010-03-29 05:40:37 UTC (rev 4890)
+++ complete.html 2010-03-29 05:49:32 UTC (rev 4891)
@@ -25656,6 +25656,11 @@
its default value, as if the argument had been omitted.</span>
</table><div class=impl>
+ <p>For the purposes of these rules, an argument is considered to be
+ a number if it is converted to an IDL double value by the rules for
+ handling arguments of type <code title="">any</code> in the Web IDL
+ specification. <a href=#refsWEBIDL>[WEBIDL]</a></p>
+
<p>Other arguments must be ignored and must not cause the user agent
to raise an exception. A future version of this specification will
probably define other parameters to be passed to <code title=dom-canvas-toDataURL><a href=#dom-canvas-todataurl>toDataURL()</a></code> to allow authors to
Modified: index
===================================================================
--- index 2010-03-29 05:40:37 UTC (rev 4890)
+++ index 2010-03-29 05:49:32 UTC (rev 4891)
@@ -25557,6 +25557,11 @@
its default value, as if the argument had been omitted.</span>
</table><div class=impl>
+ <p>For the purposes of these rules, an argument is considered to be
+ a number if it is converted to an IDL double value by the rules for
+ handling arguments of type <code title="">any</code> in the Web IDL
+ specification. <a href=#refsWEBIDL>[WEBIDL]</a></p>
+
<p>Other arguments must be ignored and must not cause the user agent
to raise an exception. A future version of this specification will
probably define other parameters to be passed to <code title=dom-canvas-toDataURL><a href=#dom-canvas-todataurl>toDataURL()</a></code> to allow authors to
Modified: source
===================================================================
--- source 2010-03-29 05:40:37 UTC (rev 4890)
+++ source 2010-03-29 05:49:32 UTC (rev 4891)
@@ -27733,6 +27733,11 @@
<div class="impl">
+ <p>For the purposes of these rules, an argument is considered to be
+ a number if it is converted to an IDL double value by the rules for
+ handling arguments of type <code title="">any</code> in the Web IDL
+ specification. <a href="#refsWEBIDL">[WEBIDL]</a></p>
+
<p>Other arguments must be ignored and must not cause the user agent
to raise an exception. A future version of this specification will
probably define other parameters to be passed to <code
More information about the Commit-Watchers
mailing list