- From: CVS User ihickson <cvsmail@w3.org>
- Date: Fri, 08 Mar 2013 23:38:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage In directory roscoe:/tmp/cvs-serv30092 Modified Files: Overview.html Log Message: Clean up some translation-related things. (whatwg r7745) --- /sources/public/html5/webstorage/Overview.html 2013/03/08 20:08:03 1.215 +++ /sources/public/html5/webstorage/Overview.html 2013/03/08 23:38:09 1.216 @@ -641,7 +641,7 @@ equal to <var title="">value</var>, then it must have its value updated to <var title="">value</var>. If its previous value <em>is</em> equal to <var title="">value</var>, then the method must do nothing.</p> - <p>If it couldn't set the new value, the method must throw an <code>QuotaExceededError</code> + <p>If it couldn't set the new value, the method must throw a <code>QuotaExceededError</code> exception. (Setting could fail if, e.g., the user has disabled storage for the site, or if the quota has been exceeded.)</p>
Received on Friday, 8 March 2013 23:38:14 UTC