html5/spec common-dom-interfaces.html,1.58,1.59 spec.html,1.1566,1.1567

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

Modified Files:
	common-dom-interfaces.html spec.html 
Log Message:
DOMException defines all this stuff now (whatwg r6316)

[updated by splitter]


Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- common-dom-interfaces.html	20 Jul 2011 19:46:28 -0000	1.58
+++ common-dom-interfaces.html	20 Jul 2011 20:46:55 -0000	1.59
@@ -1443,23 +1443,15 @@
    <li value="15"><dfn id="invalid_access_err"><code>INVALID_ACCESS_ERR</code></dfn></li>
    <li value="16"><dfn id="validation_err"><code>VALIDATION_ERR</code></dfn></li>
    <li value="17"><dfn id="type_mismatch_err"><code>TYPE_MISMATCH_ERR</code></dfn></li>
-   <li value="18"><dfn id="security_err"><code>SECURITY_ERR</code></dfn></li> 
-   <li value="19"><dfn id="network_err"><code>NETWORK_ERR</code></dfn></li> 
-   <li value="20"><dfn id="abort_err"><code>ABORT_ERR</code></dfn></li> 
-   <li value="21"><dfn id="url_mismatch_err"><code>URL_MISMATCH_ERR</code></dfn></li> 
-   <li value="22"><dfn id="quota_exceeded_err"><code>QUOTA_EXCEEDED_ERR</code></dfn></li> 
-   <li value="23"><dfn id="timeout_err"><code>TIMEOUT_ERR</code></dfn></li> 
-   <li value="25"><dfn id="data_clone_err"><code>DATA_CLONE_ERR</code></dfn></li> 
+   <li value="18"><dfn id="security_err"><code>SECURITY_ERR</code></dfn></li>
+   <li value="19"><dfn id="network_err"><code>NETWORK_ERR</code></dfn></li>
+   <li value="20"><dfn id="abort_err"><code>ABORT_ERR</code></dfn></li>
+   <li value="21"><dfn id="url_mismatch_err"><code>URL_MISMATCH_ERR</code></dfn></li>
+   <li value="22"><dfn id="quota_exceeded_err"><code>QUOTA_EXCEEDED_ERR</code></dfn></li>
+   <li value="23"><dfn id="timeout_err"><code>TIMEOUT_ERR</code></dfn></li>
+   <li value="25"><dfn id="data_clone_err"><code>DATA_CLONE_ERR</code></dfn></li>
   </ol><div class="impl">
 
-  <pre class="idl">partial exception DOMException {
-  const unsigned short <a href="#url_mismatch_err">URL_MISMATCH_ERR</a> = 21;
-  const unsigned short <a href="#quota_exceeded_err">QUOTA_EXCEEDED_ERR</a> = 22;
-  const unsigned short <a href="#data_clone_err">DATA_CLONE_ERR</a> = 25;
-};</pre>
-
-  </div><div class="impl">
-
   <h4 id="garbage-collection"><span class="secno">2.8.10 </span>Garbage collection</h4>
 
   <p>There is an <dfn id="implied-strong-reference">implied strong reference</dfn> from any IDL

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1566
retrieving revision 1.1567
diff -u -d -r1.1566 -r1.1567
--- spec.html	20 Jul 2011 19:46:28 -0000	1.1566
+++ spec.html	20 Jul 2011 20:47:01 -0000	1.1567
@@ -347,7 +347,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5046.
+This is revision 1.5047.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Wednesday, 20 July 2011 20:47:14 UTC