html5/webstorage Overview.html,1.71,1.72

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

Modified Files:
	Overview.html 
Log Message:
Remove confusing statements that contradicted later statements about localStorage and cookies. (whatwg r3722)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Overview.html	31 Aug 2009 02:26:46 -0000	1.71
+++ Overview.html	31 Aug 2009 10:10:21 -0000	1.72
@@ -533,10 +533,7 @@
   <span>origin</span>.<p>User agents should expire data from the local storage areas only
   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. Data stored in local storage areas
-  should be considered potentially user-critical. It is expected that
-  Web applications will use the local storage areas for storing
-  user-written documents.<p>When the <code title="dom-localStorage"><a href="#dom-localstorage">localStorage</a></code>
+  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 check to see if it has
   allocated a local storage area for the <span>origin</span> of the
   <code>Document</code> of the <code>Window</code> object on which the

Received on Monday, 31 August 2009 10:10:32 UTC