Bug 25383: Remove definitions of DOMExceptions now included in referenced DOM specification
authorMark Watson <watsonm@netflix.com>
Fri, 26 Sep 2014 11:30:58 -0700
changeset 244 15278b55b058
parent 243 c69386c630c6
child 245 fe69c74e7042
Bug 25383: Remove definitions of DOMExceptions now included in referenced DOM specification
spec/Overview-WebCryptoAPI.xml
spec/Overview.html
--- a/spec/Overview-WebCryptoAPI.xml	Fri Sep 26 11:15:09 2014 -0700
+++ b/spec/Overview-WebCryptoAPI.xml	Fri Sep 26 11:30:58 2014 -0700
@@ -2774,17 +2774,6 @@
                 <td><dfn id="dfn-InvalidAccessError"><code>InvalidAccessError</code></dfn></td>
                 <td>The requested operation is not valid for the provided key</td>
               </tr>
-            </tbody>
-          </table>
-          <p>
-            The following new DOMException types are defined by this specification:
-          </p>
-          <table>
-            <tbody>
-              <tr>
-                <th>Type</th>
-                <th>Message (optional)</th>
-              </tr>
               <tr>
                 <td><dfn id="dfn-UnknownError"><code>UnknownError</code></dfn></td>
                 <td>The operation failed for an unknown transient reason (e.g. out of memory)</td>
--- a/spec/Overview.html	Fri Sep 26 11:15:09 2014 -0700
+++ b/spec/Overview.html	Fri Sep 26 11:30:58 2014 -0700
@@ -1825,7 +1825,7 @@
                       named <a href="#dfn-SyntaxError">SyntaxError</a>.
                     </p>                  
                   </dd>
-                  <dt>If <var>result</var> is a <a href="#dfn-CryptoKeyPair">CryptoKey</a> object:</dt>
+                  <dt>If <var>result</var> is a <a href="#dfn-CryptoKeyPair">CryptoKeyPair</a> object:</dt>
                   <dd>
                     <p>
                       If the [[<a href="#dfn-CryptoKey-slot-usages">usages</a>]] internal slot of the
@@ -2727,17 +2727,6 @@
                 <td><dfn id="dfn-InvalidAccessError"><code>InvalidAccessError</code></dfn></td>
                 <td>The requested operation is not valid for the provided key</td>
               </tr>
-            </tbody>
-          </table>
-          <p>
-            The following new DOMException types are defined by this specification:
-          </p>
-          <table>
-            <tbody>
-              <tr>
-                <th>Type</th>
-                <th>Message (optional)</th>
-              </tr>
               <tr>
                 <td><dfn id="dfn-UnknownError"><code>UnknownError</code></dfn></td>
                 <td>The operation failed for an unknown transient reason (e.g. out of memory)</td>