html5/webstorage Overview.html,1.70,1.71

Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv7686

Modified Files:
	Overview.html 
Log Message:
Rename DOM attributes to IDL attributes. (whatwg r3713)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Overview.html	30 Aug 2009 00:02:05 -0000	1.70
+++ Overview.html	31 Aug 2009 02:26:46 -0000	1.71
@@ -173,7 +173,7 @@
    <h1>Web Storage</h1>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-30-august-2009">Editor's Draft 30 August 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-31-august-2009">Editor's Draft 31 August 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -240,7 +240,7 @@
   specification's progress along the W3C Recommendation track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 30 August 2009 Editor's Draft.
+  This specification is the 31 August 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- required patent boilerplate --><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
@@ -288,7 +288,7 @@
   the user was buying, then as the user clicked from page to page in
   both windows, the ticket currently being purchased would "leak" from
   one window to the other, potentially causing the user to buy two
-  tickets for the same flight without really noticing.<p>To address this, this specification introduces the <code title="dom-sessionStorage"><a href="#dom-sessionstorage">sessionStorage</a></code> DOM attribute.
+  tickets for the same flight without really noticing.<p>To address this, this specification introduces the <code title="dom-sessionStorage"><a href="#dom-sessionstorage">sessionStorage</a></code> IDL attribute.
   Sites can add data to the session storage, and it will be accessible
   to any page from the same site opened in that window.</p><!-- we're
   not using xrefs here because this is just an intro --><div class="example">
@@ -326,7 +326,7 @@
   particular, Web applications may wish to store megabytes of user
   data, such as entire user-authored documents or a user's mailbox, on
   the client side for performance reasons.<p>Again, cookies do not handle this case well, because they are
-  transmitted with every request.<p>The <code title="dom-localStorage"><a href="#dom-localstorage">localStorage</a></code> DOM
+  transmitted with every request.<p>The <code title="dom-localStorage"><a href="#dom-localstorage">localStorage</a></code> IDL
   attribute is used to access a page's local storage area.<div class="example">
 
    <p>The site at example.com can display a count of how many times

Received on Monday, 31 August 2009 02:26:58 UTC