html5/webstorage Overview.html,1.85,1.86

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

Modified Files:
	Overview.html 
Log Message:
WebSocket: Try to improve clarity.

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- Overview.html	13 Oct 2009 01:51:29 -0000	1.85
+++ Overview.html	17 Oct 2009 01:51:59 -0000	1.86
@@ -244,6 +244,9 @@
   6 of the W3C Patent Policy</a>.<h2 class="no-num no-toc" id="contents">Table of contents</h2>
 <!--begin-toc-->
 <ol class="toc">
+ <li>
+  <ol>
+   <li><a href="#web-storage"><span class="secno">0.1 </span>Web Storage</a></ol></li>
  <li><a href="#introduction"><span class="secno">1 </span>Introduction</a></li>
  <li><a href="#conformance-requirements"><span class="secno">2 </span>Conformance requirements</a>
   <ol>
@@ -269,7 +272,7 @@
    <li><a href="#cross-directory-attacks"><span class="secno">7.2 </span>Cross-directory attacks</a></li>
    <li><a href="#implementation-risks"><span class="secno">7.3 </span>Implementation risks</a></ol></li>
  <li><a class="no-num" href="#references">References</a></ol>
-<!--end-toc--><hr><h2 id="introduction"><span class="secno">1 </span>Introduction</h2><p><i>This section is non-normative.</i><p>This specification introduces two related mechanisms, similar to
+<!--end-toc--><hr><h3 id="web-storage"><span class="secno">0.1 </span>Web Storage</h3><h2 id="introduction"><span class="secno">1 </span>Introduction</h2><p><i>This section is non-normative.</i><p>This specification introduces two related mechanisms, similar to
   HTTP session cookies, for storing structured data on the client
   side. <a href="#refsCOOKIES">[COOKIES]</a><p>The first is designed for scenarios where the user is carrying
   out a single transaction, but could be carrying out multiple

Received on Saturday, 17 October 2009 01:52:05 UTC