- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 17 Oct 2009 08:47:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage In directory hutz:/tmp/cvs-serv8512 Modified Files: Overview.html Log Message: resync (whatwg r4155) Index: Overview.html =================================================================== RCS file: /sources/public/html5/webstorage/Overview.html,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- Overview.html 17 Oct 2009 01:51:59 -0000 1.86 +++ Overview.html 17 Oct 2009 08:47:20 -0000 1.87 @@ -244,9 +244,6 @@ 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> @@ -272,7 +269,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><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 +<!--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 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 08:47:27 UTC