- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Nov 2012 01:06:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv5946
Modified Files:
Overview.html
Log Message:
Remove use of the word 'recommended'. (whatwg r7507)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -d -r1.204 -r1.205
--- Overview.html 5 Nov 2012 21:38:18 -0000 1.204
+++ Overview.html 6 Nov 2012 01:06:23 -0000 1.205
@@ -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-5-november-2012">Editor's Draft 5 November 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-6-november-2012">Editor's Draft 6 November 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>
@@ -351,7 +351,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 5 November 2012 Editor's Draft.
+ This specification is the 6 November 2012 Editor's Draft.
</p>
@@ -969,10 +969,8 @@
- <p>A mostly arbitrary limit of five megabytes per
- <span>origin</span> is recommended. Implementation feedback is
- welcome and will be used to update this suggestion in the
- future.</p>
+ <p>A mostly arbitrary limit of five megabytes per <span>origin</span> is suggested. Implementation
+ feedback is welcome and will be used to update this suggestion in the future.</p>
<h2 id="privacy"><span class="secno">6 </span>Privacy</h2>
@@ -1124,12 +1122,10 @@
<h3 id="cross-directory-attacks"><span class="secno">7.2 </span>Cross-directory attacks</h3>
- <p>Different authors sharing one host name, for example users
- hosting content on <code>geocities.com</code>, all share one local
- storage object. There is no feature to restrict the access by
- pathname. Authors on shared hosts are therefore recommended to avoid
- using these features, as it would be trivial for other authors to
- read the data and overwrite it.</p>
+ <p>Different authors sharing one host name, for example users hosting content on
+ <code>geocities.com</code>, all share one local storage object. There is no feature to restrict
+ the access by pathname. Authors on shared hosts are therefore urged to avoid using these features,
+ as it would be trivial for other authors to read the data and overwrite it.</p>
<p class="note">Even if a path-restriction feature was made
available, the usual DOM scripting security model would make it
Received on Tuesday, 6 November 2012 01:06:27 UTC