[html5] r6205 - [e] (0) provide a hook for other specs

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 9 10:07:46 PDT 2011


Author: ianh
Date: 2011-06-09 10:07:45 -0700 (Thu, 09 Jun 2011)
New Revision: 6205

Modified:
   complete.html
   source
Log:
[e] (0) provide a hook for other specs

Modified: complete.html
===================================================================
--- complete.html	2011-06-09 07:27:04 UTC (rev 6204)
+++ complete.html	2011-06-09 17:07:45 UTC (rev 6205)
@@ -80779,7 +80779,10 @@
   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

Modified: source
===================================================================
--- source	2011-06-09 07:27:04 UTC (rev 6204)
+++ source	2011-06-09 17:07:45 UTC (rev 6205)
@@ -91789,7 +91789,10 @@
   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>
 




More information about the Commit-Watchers mailing list