Skip to content

Commit

Permalink
[e] (0) provide a hook for other specs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6205 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 9, 2011
1 parent a5e648b commit 665a7f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -80779,7 +80779,10 @@ <h4 id=the-localstorage-attribute><span class=secno>12.2.3 </span>The <code titl
access that data is running.</p>

<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:</p>
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> <!-- these steps are named because
marcos uses them from another spec -->

<ol><li><p>The user agent may throw a <code><a href=#security_err>SECURITY_ERR</a></code>
exception instead of returning a <code><a href=#storage-0>Storage</a></code> object if the
Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -91789,7 +91789,10 @@ interface <span>WindowLocalStorage</span> {
access that data is running.</p>

<p>When the <code title="dom-localStorage">localStorage</code>
attribute is accessed, the user agent must run the following steps:</p>
attribute is accessed, the user agent must run the following steps,
which are known as the <dfn><code>Storage</code> object
initialization steps</dfn>:</p> <!-- these steps are named because
marcos uses them from another spec -->

<ol>

Expand Down

0 comments on commit 665a7f5

Please sign in to comment.