- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Nov 2008 10:02:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6625
Modified Files:
Overview.html
Log Message:
Storage should fire a quote-specific exception when out of quota. Also, replace 'security exception' with SECURITY_ERR, and cross-ref all exceptions. (whatwg r2458)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1629
retrieving revision 1.1630
diff -u -d -r1.1629 -r1.1630
--- Overview.html 26 Nov 2008 09:32:16 -0000 1.1629
+++ Overview.html 26 Nov 2008 10:02:19 -0000 1.1630
@@ -204,7 +204,8 @@
<li><a href=#htmloptionscollection><span class=secno>2.8.2.3 </span>HTMLOptionsCollection</a></ol></li>
<li><a href=#domtokenlist><span class=secno>2.8.3 </span>DOMTokenList</a></li>
<li><a href=#domstringmap><span class=secno>2.8.4 </span>DOMStringMap</a></li>
- <li><a href=#dom-feature-strings><span class=secno>2.8.5 </span>DOM feature strings</a></ol></ol></li>
+ <li><a href=#dom-feature-strings><span class=secno>2.8.5 </span>DOM feature strings</a></li>
+ <li><a href=#exceptions><span class=secno>2.8.6 </span>Exceptions</a></ol></ol></li>
<li><a href=#dom><span class=secno>3 </span>Semantics and structure of HTML documents</a>
<ol>
<li><a href=#semantics-intro><span class=secno>3.1 </span>Introduction</a></li>
@@ -580,14 +581,13 @@
<li><a href=#event-loops><span class=secno>5.4.2 </span>Event loops</a>
[...1025 lines suppressed...]
<li><p>Let the <var title="">remote port</var> be the port with
@@ -35154,7 +35177,7 @@
following substeps:</p>
<ol><li><p>If the <var title="">data port</var> is the <var title="">source port</var> or the <var title="">target
- port</var>, then throw an <code>INVALID_ACCESS_ERR</code>
+ port</var>, then throw an <code><a href=#invalid_access_err>INVALID_ACCESS_ERR</a></code>
exception and abort all these steps.</li>
<li><p>Try to obtain a <var title="">new data port</var> by <a href=#clone-a-port title="clone a port">cloning</a> the <var title="">data
@@ -41312,7 +41335,7 @@
</dl><p>Other node types (e.g. <code title="">Attr</code>) cannot
occur as children of elements. If, despite this, they somehow do
occur, this algorithm must raise an
- <code>INVALID_STATE_ERR</code> exception.</p>
+ <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception.</p>
</li>
Received on Wednesday, 26 November 2008 10:02:32 UTC