[html5] r5416 - [e] (0) Fix potential clash with File API.

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 6 12:28:24 PDT 2010


Author: ianh
Date: 2010-09-06 12:28:23 -0700 (Mon, 06 Sep 2010)
New Revision: 5416

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix potential clash with File API.

Modified: complete.html
===================================================================
--- complete.html	2010-09-04 06:25:19 UTC (rev 5415)
+++ complete.html	2010-09-06 19:28:23 UTC (rev 5416)
@@ -209,7 +209,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 4 September 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 6 September 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -7750,14 +7750,18 @@
    <li value=21><dfn id=url_mismatch_err><code>URL_MISMATCH_ERR</code></dfn></li> <!-- actually defined right here for now -->
    <li value=22><dfn id=quota_exceeded_err><code>QUOTA_EXCEEDED_ERR</code></dfn></li> <!-- actually defined right here for now -->
    <li value=23><dfn id=timeout_err><code>TIMEOUT_ERR</code></dfn></li> <!-- actually in XHR for now -->
-   <li value=24><dfn id=data_clone_err><code>DATA_CLONE_ERR</code></dfn></li> <!-- actually defined right here for now -->
-<!--v2DATAGRID   <li value="24"><dfn><code>DATAGRID_MODEL_ERR</code></dfn></li> --> <!-- actually defined right here for now -->
-   <li value=81><dfn id=parse_err><code>PARSE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
+   <li value=24><dfn id=not_readable_err><code>NOT_READABLE_ERR</code></dfn></li> <!-- File API -->
+   <li value=25><dfn id=data_clone_err><code>DATA_CLONE_ERR</code></dfn></li> <!-- actually defined right here for now -->
+   <li value=26><dfn id=encoding_err><code>ENCODING_ERR</code></dfn></li> <!-- File API -->
+<!--v2DATAGRID   <li value=".."><dfn><code>DATAGRID_MODEL_ERR</code></dfn></li> --> <!-- actually defined right here for now -->
+<!--
+   <li value="81"><dfn><code>PARSE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
    <li value=82><dfn id=serialize_err><code>SERIALIZE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
+-->
   </ol><pre class=impl>[Supplemental] 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> = 24;
+  const unsigned short <a href=#data_clone_err>DATA_CLONE_ERR</a> = 25;
 };</pre>
 
 

Modified: index
===================================================================
--- index	2010-09-04 06:25:19 UTC (rev 5415)
+++ index	2010-09-06 19:28:23 UTC (rev 5416)
@@ -213,7 +213,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 4 September 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 6 September 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -7727,14 +7727,18 @@
    <li value=21><dfn id=url_mismatch_err><code>URL_MISMATCH_ERR</code></dfn></li> <!-- actually defined right here for now -->
    <li value=22><dfn id=quota_exceeded_err><code>QUOTA_EXCEEDED_ERR</code></dfn></li> <!-- actually defined right here for now -->
    <li value=23><dfn id=timeout_err><code>TIMEOUT_ERR</code></dfn></li> <!-- actually in XHR for now -->
-   <li value=24><dfn id=data_clone_err><code>DATA_CLONE_ERR</code></dfn></li> <!-- actually defined right here for now -->
-<!--v2DATAGRID   <li value="24"><dfn><code>DATAGRID_MODEL_ERR</code></dfn></li> --> <!-- actually defined right here for now -->
-   <li value=81><dfn id=parse_err><code>PARSE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
+   <li value=24><dfn id=not_readable_err><code>NOT_READABLE_ERR</code></dfn></li> <!-- File API -->
+   <li value=25><dfn id=data_clone_err><code>DATA_CLONE_ERR</code></dfn></li> <!-- actually defined right here for now -->
+   <li value=26><dfn id=encoding_err><code>ENCODING_ERR</code></dfn></li> <!-- File API -->
+<!--v2DATAGRID   <li value=".."><dfn><code>DATAGRID_MODEL_ERR</code></dfn></li> --> <!-- actually defined right here for now -->
+<!--
+   <li value="81"><dfn><code>PARSE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
    <li value=82><dfn id=serialize_err><code>SERIALIZE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
+-->
   </ol><pre class=impl>[Supplemental] 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> = 24;
+  const unsigned short <a href=#data_clone_err>DATA_CLONE_ERR</a> = 25;
 };</pre>
 
 

Modified: source
===================================================================
--- source	2010-09-04 06:25:19 UTC (rev 5415)
+++ source	2010-09-06 19:28:23 UTC (rev 5416)
@@ -7616,16 +7616,20 @@
    <li value="21"><dfn><code>URL_MISMATCH_ERR</code></dfn></li> <!-- actually defined right here for now -->
    <li value="22"><dfn><code>QUOTA_EXCEEDED_ERR</code></dfn></li> <!-- actually defined right here for now -->
    <li value="23"><dfn><code>TIMEOUT_ERR</code></dfn></li> <!-- actually in XHR for now -->
-   <li value="24"><dfn><code>DATA_CLONE_ERR</code></dfn></li> <!-- actually defined right here for now -->
-<!--v2DATAGRID   <li value="24"><dfn><code>DATAGRID_MODEL_ERR</code></dfn></li> --> <!-- actually defined right here for now -->
+   <li value="24"><dfn><code>NOT_READABLE_ERR</code></dfn></li> <!-- File API -->
+   <li value="25"><dfn><code>DATA_CLONE_ERR</code></dfn></li> <!-- actually defined right here for now -->
+   <li value="26"><dfn><code>ENCODING_ERR</code></dfn></li> <!-- File API -->
+<!--v2DATAGRID   <li value=".."><dfn><code>DATAGRID_MODEL_ERR</code></dfn></li> --> <!-- actually defined right here for now -->
+<!--
    <li value="81"><dfn><code>PARSE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
    <li value="82"><dfn><code>SERIALIZE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
+-->
   </ol>
 
   <pre class="impl">[Supplemental] exception DOMException {
   const unsigned short <span>URL_MISMATCH_ERR</span> = 21;
   const unsigned short <span>QUOTA_EXCEEDED_ERR</span> = 22;
-  const unsigned short <span>DATA_CLONE_ERR</span> = 24;
+  const unsigned short <span>DATA_CLONE_ERR</span> = 25;
 };</pre>
 
 




More information about the Commit-Watchers mailing list