html5/pubnotes Overview.html,1.307,1.308 Overview.src.html,1.293,1.294

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv9888

Modified Files:
	Overview.html Overview.src.html 
Log Message:
1.950 Make the spec more consistent about Infinity and NaN values throwing NOT_SUPPORTED_ERR. (whatwg r1760)


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -d -r1.307 -r1.308
--- Overview.html	9 Jul 2008 18:22:42 -0000	1.307
+++ Overview.html	9 Jul 2008 18:43:01 -0000	1.308
@@ -42,7 +42,7 @@
         specification itself or to read through the entire diff
         document that shows all the changes..</p>
     <div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on
-          <b>2008-07-10T03:05:53+09:00</b>.</p></div></div>
+          <b>2008-07-10T03:42:01+09:00</b>.</p></div></div>
     <div id="status">
       <h2>Status of this Document</h2>
     <p><em>
@@ -1554,8 +1554,29 @@
                       to <q>the IEEE 754r
                         convertToIntegerTiesToEven rounding
                         mode</q></li>
+                      <li>Statements which had specified that an
+                      <code>INDEX_SIZE_ERR</code> must be raised
+                      when the value of any of the arguments to
+                      the
+                      <code class="method">createImageData()</code>,
+                      <code class="method">getImageData()</code>,
+                      and
+                      <code class="method">putImageData()</code>,
+                      methods were changed to instead specify that
+                      a <code>NOT_SUPPORTED_ERR</code> must be
+                      raised.</li>
                     </ul>
                   </li>
+                  <li>In the “Colors and styles” subsection,
+                  statements which had specified that an
+                  <code>INDEX_SIZE_ERR</code> must be raised when
+                  the value of any of the arguments to the
+                  <code class="method">createRadialGradient()</code>
+                  or
+                  <code class="method">createLinearGradient()</code>
+                  methods were changed to instead specify that a
+                  <code>NOT_SUPPORTED_ERR</code>
+                  must be raised.</li>
                 </ul>
               </div>
             </div>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -d -r1.293 -r1.294
--- Overview.src.html	9 Jul 2008 18:22:42 -0000	1.293
+++ Overview.src.html	9 Jul 2008 18:43:02 -0000	1.294
@@ -824,8 +824,29 @@
                       to <q>the IEEE 754r
                         convertToIntegerTiesToEven rounding
                         mode</q></li>
+                      <li>Statements which had specified that an
+                      <code>INDEX_SIZE_ERR</code> must be raised
+                      when the value of any of the arguments to
+                      the
+                      <code class=method>createImageData()</code>,
+                      <code class=method>getImageData()</code>,
+                      and
+                      <code class=method>putImageData()</code>,
+                      methods were changed to instead specify that
+                      a <code>NOT_SUPPORTED_ERR</code> must be
+                      raised.</li>
                     </ul>
                   </li>
+                  <li>In the “Colors and styles” subsection,
+                  statements which had specified that an
+                  <code>INDEX_SIZE_ERR</code> must be raised when
+                  the value of any of the arguments to the
+                  <code class=method>createRadialGradient()</code>
+                  or
+                  <code class=method>createLinearGradient()</code>
+                  methods were changed to instead specify that a
+                  <code>NOT_SUPPORTED_ERR</code>
+                  must be raised.</li>
                 </ul>
               </section>
             </section>

Received on Wednesday, 9 July 2008 18:43:43 UTC