Skip to content

Commit

Permalink
[e] (0) Clarification based on implementation experience
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18754
Affected topics: Canvas

git-svn-id: http://svn.whatwg.org/webapps@7386 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 20, 2012
1 parent eed8d2e commit 1c2f912
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -37336,7 +37336,9 @@ <h6 id=line-styles><span class=secno>4.8.11.1.4 </span>Line styles</h6>

<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
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -37336,7 +37336,9 @@ idea from Mihai:

<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
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -43453,7 +43453,9 @@ idea from Mihai:

<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
Expand Down

0 comments on commit 1c2f912

Please sign in to comment.