- From: poot <cvsmail@w3.org>
- Date: Tue, 10 Jul 2012 17:20:46 -0400
- To: public-html-diffs@w3.org
webstorage; hixie: Fix some typos or copypasta. (whatwg r7172) http://dev.w3.org/cvsweb/html5/webstorage/Overview.html?r1=1.190&r2=1.191&f=h http://html5.org/tools/web-apps-tracker?from=7171&to=7172 =================================================================== RCS file: /sources/public/html5/webstorage/Overview.html,v retrieving revision 1.190 retrieving revision 1.191 diff -u -d -r1.190 -r1.191 --- Overview.html 24 Apr 2012 21:25:27 -0000 1.190 +++ Overview.html 10 Jul 2012 21:20:39 -0000 1.191 @@ -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-24-april-2012">Editor's Draft 24 April 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-10-july-2012">Editor's Draft 10 July 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 24 April 2012 Editor's Draft. + This specification is the 10 July 2012 Editor's Draft. </p> @@ -954,8 +954,8 @@ <p>User agents should limit the total amount of space allowed for storage areas.</p> - <p>User agents should guard against sites storing data under the - origins other affiliated sites, e.g. storing up to the limit in + <p>User agents should guard against sites storing data under their + origin's other affiliated sites, e.g. storing up to the limit in a1.example.com, a2.example.com, a3.example.com, etc, circumventing the main example.com storage limit.</p>
Received on Tuesday, 10 July 2012 21:20:47 UTC