html5/spec-author-view Overview.html,1.1506,1.1507 common-dom-interfaces.html,1.110,1.111 spec.html,1.1636,1.1637 spec.preprocessed.html,1.488,1.489

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv30529

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

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1506
retrieving revision 1.1507
diff -u -d -r1.1506 -r1.1507
--- Overview.html	20 Jul 2011 19:57:44 -0000	1.1506
+++ Overview.html	20 Jul 2011 20:58:23 -0000	1.1507
@@ -359,7 +359,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5046.</p> 
+      This is revision 1.5047.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &copy; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1636
retrieving revision 1.1637
diff -u -d -r1.1636 -r1.1637
--- spec.html	20 Jul 2011 19:57:45 -0000	1.1636
+++ spec.html	20 Jul 2011 20:58:23 -0000	1.1637
@@ -360,7 +360,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5046.</p> 
+      This is revision 1.5047.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -3047,13 +3047,13 @@
    <li value="15"><dfn aria-haspopup="true" id="invalid_access_err" role="button" tabindex="0"><code>INVALID_ACCESS_ERR</code></dfn></li>
    <li value="16"><dfn aria-haspopup="true" id="validation_err" role="button" tabindex="0"><code>VALIDATION_ERR</code></dfn></li>
    <li value="17"><dfn aria-haspopup="true" id="type_mismatch_err" role="button" tabindex="0"><code>TYPE_MISMATCH_ERR</code></dfn></li>
-   <li value="18"><dfn aria-haspopup="true" id="security_err" role="button" tabindex="0"><code>SECURITY_ERR</code></dfn></li> 
-   <li value="19"><dfn aria-haspopup="true" id="network_err" role="button" tabindex="0"><code>NETWORK_ERR</code></dfn></li> 
-   <li value="20"><dfn aria-haspopup="true" id="abort_err" role="button" tabindex="0"><code>ABORT_ERR</code></dfn></li> 
-   <li value="21"><dfn aria-haspopup="true" id="url_mismatch_err" role="button" tabindex="0"><code>URL_MISMATCH_ERR</code></dfn></li> 
-   <li value="22"><dfn aria-haspopup="true" id="quota_exceeded_err" role="button" tabindex="0"><code>QUOTA_EXCEEDED_ERR</code></dfn></li> 
-   <li value="23"><dfn aria-haspopup="true" id="timeout_err" role="button" tabindex="0"><code>TIMEOUT_ERR</code></dfn></li> 
-   <li value="25"><dfn aria-haspopup="true" id="data_clone_err" role="button" tabindex="0"><code>DATA_CLONE_ERR</code></dfn></li> 
+   <li value="18"><dfn aria-haspopup="true" id="security_err" role="button" tabindex="0"><code>SECURITY_ERR</code></dfn></li>
+   <li value="19"><dfn aria-haspopup="true" id="network_err" role="button" tabindex="0"><code>NETWORK_ERR</code></dfn></li>
+   <li value="20"><dfn aria-haspopup="true" id="abort_err" role="button" tabindex="0"><code>ABORT_ERR</code></dfn></li>
+   <li value="21"><dfn aria-haspopup="true" id="url_mismatch_err" role="button" tabindex="0"><code>URL_MISMATCH_ERR</code></dfn></li>
+   <li value="22"><dfn aria-haspopup="true" id="quota_exceeded_err" role="button" tabindex="0"><code>QUOTA_EXCEEDED_ERR</code></dfn></li>
+   <li value="23"><dfn aria-haspopup="true" id="timeout_err" role="button" tabindex="0"><code>TIMEOUT_ERR</code></dfn></li>
+   <li value="25"><dfn aria-haspopup="true" id="data_clone_err" role="button" tabindex="0"><code>DATA_CLONE_ERR</code></dfn></li>
   </ol><h3 id="namespaces"><span class="secno">2.7 </span>Namespaces</h3><p>The <dfn aria-haspopup="true" id="html-namespace-0" role="button" tabindex="0">HTML namespace</dfn> is: <code>http://www.w3.org/1999/xhtml</code></p><p>The <dfn aria-haspopup="true" id="mathml-namespace" role="button" tabindex="0">MathML namespace</dfn> is: <code>http://www.w3.org/1998/Math/MathML</code></p><p>The <dfn aria-haspopup="true" id="svg-namespace" role="button" tabindex="0">SVG namespace</dfn> is: <code>http://www.w3.org/2000/svg</code></p><p>The <dfn aria-haspopup="true" id="xlink-namespace" role="button" tabindex="0">XLink namespace</dfn> is: <code>http://www.w3.org/1999/xlink</code></p><p>The <dfn aria-haspopup="true" id="xml-namespace" role="button" tabindex="0">XML namespace</dfn> is: <code>http://www.w3.org/XML/1998/namespace</code></p><p>The <dfn aria-haspopup="true" id="xmlns-namespace" role="button" tabindex="0">XMLNS namespace</dfn> is: <code>http://www.w3.org/2000/xmlns/</code></p><hr><p>Data mining tools and ther user agents that perform operations
   on content without running scripts, evaluating CSS or XPath
   expressions, or otherwise exposing the resulting DOM to arbitrary

Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.488
retrieving revision 1.489
diff -u -d -r1.488 -r1.489
--- spec.preprocessed.html	20 Jul 2011 19:57:49 -0000	1.488
+++ spec.preprocessed.html	20 Jul 2011 20:58:27 -0000	1.489
@@ -376,7 +376,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5046.</p> 
+      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
    Web Consortium">W3C</abbr></a><sup>&#174;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -2611,13 +2611,13 @@
    <li value="15"><dfn id="invalid_access_err" role="button" tabindex="0" aria-haspopup="true"><code>INVALID_ACCESS_ERR</code></dfn></li>
    <li value="16"><dfn id="validation_err" role="button" tabindex="0" aria-haspopup="true"><code>VALIDATION_ERR</code></dfn></li>
    <li value="17"><dfn id="type_mismatch_err" role="button" tabindex="0" aria-haspopup="true"><code>TYPE_MISMATCH_ERR</code></dfn></li>
-   <li value="18"><dfn id="security_err" role="button" tabindex="0" aria-haspopup="true"><code>SECURITY_ERR</code></dfn></li> 
-   <li value="19"><dfn id="network_err" role="button" tabindex="0" aria-haspopup="true"><code>NETWORK_ERR</code></dfn></li> 
-   <li value="20"><dfn id="abort_err" role="button" tabindex="0" aria-haspopup="true"><code>ABORT_ERR</code></dfn></li> 
-   <li value="21"><dfn id="url_mismatch_err" role="button" tabindex="0" aria-haspopup="true"><code>URL_MISMATCH_ERR</code></dfn></li> 
-   <li value="22"><dfn id="quota_exceeded_err" role="button" tabindex="0" aria-haspopup="true"><code>QUOTA_EXCEEDED_ERR</code></dfn></li> 
-   <li value="23"><dfn id="timeout_err" role="button" tabindex="0" aria-haspopup="true"><code>TIMEOUT_ERR</code></dfn></li> 
-   <li value="25"><dfn id="data_clone_err" role="button" tabindex="0" aria-haspopup="true"><code>DATA_CLONE_ERR</code></dfn></li> 
+   <li value="18"><dfn id="security_err" role="button" tabindex="0" aria-haspopup="true"><code>SECURITY_ERR</code></dfn></li>
+   <li value="19"><dfn id="network_err" role="button" tabindex="0" aria-haspopup="true"><code>NETWORK_ERR</code></dfn></li>
+   <li value="20"><dfn id="abort_err" role="button" tabindex="0" aria-haspopup="true"><code>ABORT_ERR</code></dfn></li>
+   <li value="21"><dfn id="url_mismatch_err" role="button" tabindex="0" aria-haspopup="true"><code>URL_MISMATCH_ERR</code></dfn></li>
+   <li value="22"><dfn id="quota_exceeded_err" role="button" tabindex="0" aria-haspopup="true"><code>QUOTA_EXCEEDED_ERR</code></dfn></li>
+   <li value="23"><dfn id="timeout_err" role="button" tabindex="0" aria-haspopup="true"><code>TIMEOUT_ERR</code></dfn></li>
+   <li value="25"><dfn id="data_clone_err" role="button" tabindex="0" aria-haspopup="true"><code>DATA_CLONE_ERR</code></dfn></li>
   </ol><h3 id="namespaces"><span class="secno">2.9 </span>Namespaces</h3><p>The <dfn id="html-namespace-0" role="button" tabindex="0" aria-haspopup="true">HTML namespace</dfn> is: <code>http://www.w3.org/1999/xhtml</code></p><p>The <dfn id="mathml-namespace" role="button" tabindex="0" aria-haspopup="true">MathML namespace</dfn> is: <code>http://www.w3.org/1998/Math/MathML</code></p><p>The <dfn id="svg-namespace" role="button" tabindex="0" aria-haspopup="true">SVG namespace</dfn> is: <code>http://www.w3.org/2000/svg</code></p><p>The <dfn id="xlink-namespace" role="button" tabindex="0" aria-haspopup="true">XLink namespace</dfn> is: <code>http://www.w3.org/1999/xlink</code></p><p>The <dfn id="xml-namespace" role="button" tabindex="0" aria-haspopup="true">XML namespace</dfn> is: <code>http://www.w3.org/XML/1998/namespace</code></p><p>The <dfn id="xmlns-namespace" role="button" tabindex="0" aria-haspopup="true">XMLNS namespace</dfn> is: <code>http://www.w3.org/2000/xmlns/</code></p><hr><p>Data mining tools and ther user agents that perform operations
   on content without running scripts, evaluating CSS or XPath
   expressions, or otherwise exposing the resulting DOM to arbitrary

Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-dom-interfaces.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- common-dom-interfaces.html	5 Jul 2011 16:21:26 -0000	1.110
+++ common-dom-interfaces.html	20 Jul 2011 20:58:23 -0000	1.111
@@ -657,11 +657,11 @@
    <li value="15"><dfn aria-haspopup="true" id="invalid_access_err" role="button" tabindex="0"><code>INVALID_ACCESS_ERR</code></dfn></li>
    <li value="16"><dfn aria-haspopup="true" id="validation_err" role="button" tabindex="0"><code>VALIDATION_ERR</code></dfn></li>
    <li value="17"><dfn aria-haspopup="true" id="type_mismatch_err" role="button" tabindex="0"><code>TYPE_MISMATCH_ERR</code></dfn></li>
-   <li value="18"><dfn aria-haspopup="true" id="security_err" role="button" tabindex="0"><code>SECURITY_ERR</code></dfn></li> 
-   <li value="19"><dfn aria-haspopup="true" id="network_err" role="button" tabindex="0"><code>NETWORK_ERR</code></dfn></li> 
-   <li value="20"><dfn aria-haspopup="true" id="abort_err" role="button" tabindex="0"><code>ABORT_ERR</code></dfn></li> 
-   <li value="21"><dfn aria-haspopup="true" id="url_mismatch_err" role="button" tabindex="0"><code>URL_MISMATCH_ERR</code></dfn></li> 
-   <li value="22"><dfn aria-haspopup="true" id="quota_exceeded_err" role="button" tabindex="0"><code>QUOTA_EXCEEDED_ERR</code></dfn></li> 
-   <li value="23"><dfn aria-haspopup="true" id="timeout_err" role="button" tabindex="0"><code>TIMEOUT_ERR</code></dfn></li> 
-   <li value="25"><dfn aria-haspopup="true" id="data_clone_err" role="button" tabindex="0"><code>DATA_CLONE_ERR</code></dfn></li> 
+   <li value="18"><dfn aria-haspopup="true" id="security_err" role="button" tabindex="0"><code>SECURITY_ERR</code></dfn></li>
+   <li value="19"><dfn aria-haspopup="true" id="network_err" role="button" tabindex="0"><code>NETWORK_ERR</code></dfn></li>
+   <li value="20"><dfn aria-haspopup="true" id="abort_err" role="button" tabindex="0"><code>ABORT_ERR</code></dfn></li>
+   <li value="21"><dfn aria-haspopup="true" id="url_mismatch_err" role="button" tabindex="0"><code>URL_MISMATCH_ERR</code></dfn></li>
+   <li value="22"><dfn aria-haspopup="true" id="quota_exceeded_err" role="button" tabindex="0"><code>QUOTA_EXCEEDED_ERR</code></dfn></li>
+   <li value="23"><dfn aria-haspopup="true" id="timeout_err" role="button" tabindex="0"><code>TIMEOUT_ERR</code></dfn></li>
+   <li value="25"><dfn aria-haspopup="true" id="data_clone_err" role="button" tabindex="0"><code>DATA_CLONE_ERR</code></dfn></li>
   </ol>
\ No newline at end of file

Received on Wednesday, 20 July 2011 20:58:32 UTC