html5/spec Overview.html,1.5513,1.5514

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12938

Modified Files:
	Overview.html 
Log Message:
s/raised/thrown/ for consistency with DOM Core (whatwg r6916)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5513
retrieving revision 1.5514
diff -u -d -r1.5513 -r1.5514
--- Overview.html	25 Jan 2012 22:49:09 -0000	1.5513
+++ Overview.html	25 Jan 2012 22:50:55 -0000	1.5514
@@ -3297,12 +3297,12 @@
     <p id="float-nan">Except where otherwise specified, if an IDL
     attribute that is a floating point number type (<code title="">double</code>) is assigned an Infinity or Not-a-Number
     (NaN) value, a <code><a href="#notsupportederror">NotSupportedError</a></code> exception must be
-    raised.</p>
+    thrown.</p>
 
     <p>Except where otherwise specified, if a method with an argument
     that is a floating point number type (<code title="">double</code>)
     is passed an Infinity or Not-a-Number (NaN) value, a
-    <code><a href="#notsupportederror">NotSupportedError</a></code> exception must be raised.</p>
+    <code><a href="#notsupportederror">NotSupportedError</a></code> exception must be thrown.</p>
 
     <p>When this specification requires a user agent to <dfn id="create-a-date-object">create a
     <code>Date</code> object</dfn> representing a particular time, the
@@ -26338,7 +26338,7 @@
   <code title="event-MediaController-volumechange"><a href="#event-mediacontroller-volumechange">volumechange</a></code>
   at the <code><a href="#mediacontroller">MediaController</a></code>. If the new value is outside the
   range 0.0 to 1.0 inclusive, then, on setting, an
-  <code><a href="#indexsizeerror">IndexSizeError</a></code> exception must be raised instead.</p>
+  <code><a href="#indexsizeerror">IndexSizeError</a></code> exception must be thrown instead.</p>
 
   <p>The <dfn id="dom-mediacontroller-muted" title="dom-MediaController-muted"><code>muted</code></dfn>
   attribute, on getting, must return the
@@ -28558,7 +28558,7 @@
   volume of any audio portions of the <a href="#media-element">media element</a> must
   be set to the new value. If the new value is outside the range 0.0
   to 1.0 inclusive, then, on setting, an <code><a href="#indexsizeerror">IndexSizeError</a></code>
-  exception must be raised instead.</p>
+  exception must be thrown instead.</p>
 
   <p>The <dfn id="dom-media-muted" title="dom-media-muted"><code>muted</code></dfn>
   attribute must return true if the audio output is muted and false
@@ -30330,7 +30330,7 @@
   value must be inserted as the first node of the <code><a href="#the-table-element">table</a></code>
   element. If the new value is not a <code><a href="#the-caption-element">caption</a></code> element,
   then a <code><a href="#hierarchyrequesterror">HierarchyRequestError</a></code> DOM exception must be
-  raised instead.</p>
+  thrown instead.</p>
 
   <p>The <dfn id="dom-table-createcaption" title="dom-table-createCaption"><code>createCaption()</code></dfn>
   method must return the first <code><a href="#the-caption-element">caption</a></code> element child of
@@ -30353,7 +30353,7 @@
   element nor a <code><a href="#the-colgroup-element">colgroup</a></code> element, if any, or at the end
   of the table if there are no such elements. If the new value is not
   a <code><a href="#the-thead-element">thead</a></code> element, then a
-  <code><a href="#hierarchyrequesterror">HierarchyRequestError</a></code> DOM exception must be raised
+  <code><a href="#hierarchyrequesterror">HierarchyRequestError</a></code> DOM exception must be thrown
   instead.</p>
 
   <p>The <dfn id="dom-table-createthead" title="dom-table-createTHead"><code>createTHead()</code></dfn>
@@ -30380,7 +30380,7 @@
   element, a <code><a href="#the-colgroup-element">colgroup</a></code> element, nor a <code><a href="#the-thead-element">thead</a></code>
   element, if any, or at the end of the table if there are no such
   elements. If the new value is not a <code><a href="#the-tfoot-element">tfoot</a></code> element, then
-  a <code><a href="#hierarchyrequesterror">HierarchyRequestError</a></code> DOM exception must be raised
+  a <code><a href="#hierarchyrequesterror">HierarchyRequestError</a></code> DOM exception must be thrown
   instead.</p>
 
   <p>The <dfn id="dom-table-createtfoot" title="dom-table-createTFoot"><code>createTFoot()</code></dfn>
@@ -52107,7 +52107,7 @@
 
       <p>Let <var title="">result</var> be the return value of the
       <i><a href="#initial-code-entry-point">initial code entry-point</a></i> of this <a href="#concept-script" title="concept-script">script</a>. If an exception was
-      raised, let <var title="">result</var> be void instead. (The
+      thrown, let <var title="">result</var> be void instead. (The
       result will be void also if <a href="#concept-bc-noscript" title="concept-bc-noscript">scripting is disabled</a>.)</p>
 
       <p>When it comes time to <a href="#set-the-document-s-address">set the document's address</a>
@@ -53680,7 +53680,7 @@
   <p>The arguments to the methods have the following meanings and
   corresponding implementation requirements. The requirements that
   involve throwing exceptions must be processed in the order given
-  below, stopping at the first exception raised. (So the exceptions
+  below, stopping at the first exception thrown. (So the exceptions
   for the first argument take precedence over the exceptions for the
   second argument.)</p>
 

Received on Wednesday, 25 January 2012 22:51:02 UTC