html5/webstorage Overview.html,1.39,1.40

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

Modified Files:
	Overview.html 
Log Message:
whitespace issues (whatwg r3071)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Overview.html	6 May 2009 23:09:47 -0000	1.39
+++ Overview.html	7 May 2009 00:13:07 -0000	1.40
@@ -147,7 +147,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-date-1-january-1970">Editor's Draft 6 May 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 7 May 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -215,7 +215,7 @@
   specification's progress along the W3C Recommendation track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 6 May 2009 Editor's Draft.
+  This specification is the 7 May 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
@@ -492,7 +492,7 @@
   existing browsing context, or in some other way related to a
   specific <code>HTMLDocument</code>, then the session storage area of
   the <span>origin</span> of that <code>HTMLDocument</code> must be
-  copied into the new browsing context when it is created.  From that
+  copied into the new browsing context when it is created. From that
   point on, however, the two session storage areas must be considered
   separate, not affecting each other in any way.<p id="sessionStorageEvent">When the <code title="dom-Storage-setItem"><a href="#dom-storage-setitem">setItem()</a></code>, <code title="dom-Storage-removeItem"><a href="#dom-storage-removeitem">removeItem()</a></code>, and <code title="dom-Storage-clear"><a href="#dom-storage-clear">clear()</a></code> methods are called on a
   <code><a href="#storage-0">Storage</a></code> object <var title="">x</var> that is associated
@@ -1196,7 +1196,7 @@
     running in <code>iframe</code>s.</p>
 
    </li>
- 
+
    <li>
 
     <p>Expiring stored data: user agents may automatically delete

Received on Thursday, 7 May 2009 00:13:19 UTC