[html5] r7386 - [e] (0) Clarification based on implementation experience Fixing https://www.w3.o [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 20 16:27:43 PDT 2012
Author: ianh
Date: 2012-09-20 16:27:42 -0700 (Thu, 20 Sep 2012)
New Revision: 7386
Modified:
complete.html
index
source
Log:
[e] (0) Clarification based on implementation experience
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18754
Affected topics: Canvas
Modified: complete.html
===================================================================
--- complete.html 2012-09-20 23:14:10 UTC (rev 7385)
+++ complete.html 2012-09-20 23:27:42 UTC (rev 7386)
@@ -37336,7 +37336,9 @@
<li><p>If any value in the array is not finite (e.g. an Infinity or
a NaN value), or if any value is negative (less than zero), then
- abort these steps.</li>
+ abort these steps (without throwing an exception; user agents could
+ show a message on a developer console, though, as that would be
+ helpful for debugging).</li>
<li><p>If the number of elements in <var title="">a</var> is odd,
then let <var title="">a</var> be the concatentation of two copies
Modified: index
===================================================================
--- index 2012-09-20 23:14:10 UTC (rev 7385)
+++ index 2012-09-20 23:27:42 UTC (rev 7386)
@@ -37336,7 +37336,9 @@
<li><p>If any value in the array is not finite (e.g. an Infinity or
a NaN value), or if any value is negative (less than zero), then
- abort these steps.</li>
+ abort these steps (without throwing an exception; user agents could
+ show a message on a developer console, though, as that would be
+ helpful for debugging).</li>
<li><p>If the number of elements in <var title="">a</var> is odd,
then let <var title="">a</var> be the concatentation of two copies
Modified: source
===================================================================
--- source 2012-09-20 23:14:10 UTC (rev 7385)
+++ source 2012-09-20 23:27:42 UTC (rev 7386)
@@ -43453,7 +43453,9 @@
<li><p>If any value in the array is not finite (e.g. an Infinity or
a NaN value), or if any value is negative (less than zero), then
- abort these steps.</p></li>
+ abort these steps (without throwing an exception; user agents could
+ show a message on a developer console, though, as that would be
+ helpful for debugging).</p></li>
<li><p>If the number of elements in <var title="">a</var> is odd,
then let <var title="">a</var> be the concatentation of two copies
More information about the Commit-Watchers
mailing list