webstorage; hixie: provide a hook for other specs (whatwg r6205)

webstorage; hixie: provide a hook for other specs (whatwg r6205)

http://dev.w3.org/cvsweb/html5/webstorage/Overview.html?r1=1.170&r2=1.171&f=h
http://html5.org/tools/web-apps-tracker?from=6204&to=6205

===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- Overview.html 1 Jun 2011 17:43:33 -0000 1.170
+++ Overview.html 9 Jun 2011 17:07:48 -0000 1.171
@@ -210,7 +210,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
 
    <h1>Web Storage</h1>
-   <h2 class="no-num no-toc" id="editor-s-draft-1-june-2011">Editor's Draft 1 June 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-9-june-2011">Editor's Draft 9 June 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/webstorage/">http://www.w3.org/TR/webstorage/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -313,7 +313,7 @@
   </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications
   Working Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation track.
-  This specification is the 1 June 2011 Editor's Draft.
+  This specification is the 9 June 2011 Editor's Draft.
   </p><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
   February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of
   any patent disclosures</a> made in connection with the deliverables
@@ -605,7 +605,9 @@
   for security reasons or when requested to do so by the user. User
   agents should always avoid deleting data while a script that could
   access that data is running.<p>When the <code title="dom-localStorage"><a href="#dom-localstorage">localStorage</a></code>
-  attribute is accessed, the user agent must run the following steps:<ol><li><p>The user agent may throw a <code>SECURITY_ERR</code>
+  attribute is accessed, the user agent must run the following steps,
+  which are known as the <dfn id="storage-object-initialization-steps"><code>Storage</code> object
+  initialization steps</dfn>:</p><ol><li><p>The user agent may throw a <code>SECURITY_ERR</code>
    exception instead of returning a <code><a href="#storage-0">Storage</a></code> object if the
    request violates a policy decision (e.g. if the user agent is
    configured to not allow the page to persist data).</li>

Received on Friday, 17 June 2011 09:53:41 UTC