HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/1142

SVNBugCommentTime (UTC)
1142[Gecko] Define which exception to throw when out of disk space (will likely change again when we have more exceptions defined).2007-12-11 02:20
Index: source
===================================================================
--- source	(revision 1141)
+++ source	(revision 1142)
@@ -27437,7 +27437,7 @@
 
   <p>If the storage area space limit is reached during a <code
   title="dom-Storage-setItem">setItem()</code> call, the user agent
-  should raise an exception.</p> <!-- XXX which one? -->
+  must raise an <code>INVALID_ACCESS_ERR</code> exception.</p>
 
   <p>A mostly arbitrary limit of five megabytes per domain is
   recommended. Implementation feedback is welcome and will be used to

|