- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 25 Sep 2012 03:41:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage In directory hutz:/tmp/cvs-serv1777 Modified Files: Overview.html Log Message: Fix the intro to be more accurate about what the feature provides (whatwg r7399) Index: Overview.html =================================================================== RCS file: /sources/public/html5/webstorage/Overview.html,v retrieving revision 1.197 retrieving revision 1.198 diff -u -d -r1.197 -r1.198 --- Overview.html 17 Sep 2012 03:06:18 -0000 1.197 +++ Overview.html 25 Sep 2012 03:41:17 -0000 1.198 @@ -215,7 +215,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>Web Storage</h1> - <h2 class="no-num no-toc" id="editor-s-draft-17-september-2012">Editor's Draft 17 September 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-25-september-2012">Editor's Draft 25 September 2012</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/webstorage/">http://www.w3.org/TR/webstorage/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -353,7 +353,7 @@ </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 17 September 2012 Editor's Draft. + This specification is the 25 September 2012 Editor's Draft. </p> @@ -419,9 +419,8 @@ <p><i>This section is non-normative.</i></p> - <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> + <p>This specification introduces two related mechanisms, similar to HTTP session cookies, for + storing name-value pairs on the client side. <a href="#refsCOOKIES">[COOKIES]</a></p> <p>The first is designed for scenarios where the user is carrying out a single transaction, but could be carrying out multiple
Received on Tuesday, 25 September 2012 03:41:26 UTC