[html5] r7826 - [e] (0) Remove ambiguity over whether algorithms end with exceptions are fired. [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Apr 12 16:21:08 PDT 2013


Author: ianh
Date: 2013-04-12 16:21:07 -0700 (Fri, 12 Apr 2013)
New Revision: 7826

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove ambiguity over whether algorithms end with exceptions are fired.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21216
Affected topics: Canvas, DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-04-12 23:18:50 UTC (rev 7825)
+++ complete.html	2013-04-12 23:21:07 UTC (rev 7826)
@@ -7716,7 +7716,7 @@
 
   <ol><li><p>If <var title="">element</var> is an ancestor of the <code><a href=#the-select-element>select</a></code> element on which
    the <code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code> is rooted, then throw a <code><a href=#hierarchyrequesterror>HierarchyRequestError</a></code>
-   exception.</li>
+   exception and abort these steps.</li>
 
    <li><p>If <var title="">before</var> is an element, but that element isn't a descendant of the
    <code><a href=#the-select-element>select</a></code> element on which the <code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code> is rooted, then throw
@@ -35620,7 +35620,7 @@
 
    <li><p>If the <var title="">image</var> argument is an <code><a href=#htmlcanvaselement>HTMLCanvasElement</a></code> object with
    either a horizontal dimension or a vertical dimension equal to zero, then throw an
-   <code><a href=#invalidstateerror>InvalidStateError</a></code> exception and return <i>aborted</i>.</p>
+   <code><a href=#invalidstateerror>InvalidStateError</a></code> exception, return <i>aborted</i>, and abort these steps.</p>
 
    <li><p>Return <i>good</i>.</li>
 

Modified: index
===================================================================
--- index	2013-04-12 23:18:50 UTC (rev 7825)
+++ index	2013-04-12 23:21:07 UTC (rev 7826)
@@ -7716,7 +7716,7 @@
 
   <ol><li><p>If <var title="">element</var> is an ancestor of the <code><a href=#the-select-element>select</a></code> element on which
    the <code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code> is rooted, then throw a <code><a href=#hierarchyrequesterror>HierarchyRequestError</a></code>
-   exception.</li>
+   exception and abort these steps.</li>
 
    <li><p>If <var title="">before</var> is an element, but that element isn't a descendant of the
    <code><a href=#the-select-element>select</a></code> element on which the <code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code> is rooted, then throw
@@ -35620,7 +35620,7 @@
 
    <li><p>If the <var title="">image</var> argument is an <code><a href=#htmlcanvaselement>HTMLCanvasElement</a></code> object with
    either a horizontal dimension or a vertical dimension equal to zero, then throw an
-   <code><a href=#invalidstateerror>InvalidStateError</a></code> exception and return <i>aborted</i>.</p>
+   <code><a href=#invalidstateerror>InvalidStateError</a></code> exception, return <i>aborted</i>, and abort these steps.</p>
 
    <li><p>Return <i>good</i>.</li>
 

Modified: source
===================================================================
--- source	2013-04-12 23:18:50 UTC (rev 7825)
+++ source	2013-04-12 23:21:07 UTC (rev 7826)
@@ -7337,7 +7337,7 @@
 
    <li><p>If <var title="">element</var> is an ancestor of the <code>select</code> element on which
    the <code>HTMLOptionsCollection</code> is rooted, then throw a <code>HierarchyRequestError</code>
-   exception.</li>
+   exception and abort these steps.</li>
 
    <li><p>If <var title="">before</var> is an element, but that element isn't a descendant of the
    <code>select</code> element on which the <code>HTMLOptionsCollection</code> is rooted, then throw
@@ -43024,7 +43024,7 @@
 
    <li><p>If the <var title="">image</var> argument is an <code>HTMLCanvasElement</code> object with
    either a horizontal dimension or a vertical dimension equal to zero, then throw an
-   <code>InvalidStateError</code> exception and return <i>aborted</i>.</p>
+   <code>InvalidStateError</code> exception, return <i>aborted</i>, and abort these steps.</p>
 
    <li><p>Return <i>good</i>.</p></li>
 




More information about the Commit-Watchers mailing list