- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 26 Jul 2012 06:53:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv32055
Modified Files:
Overview.html
Log Message:
Mark features that can be used for fingerprinting. I'm sure I missed some, please don't hesitate to point them out to me. Even if they only contribute half a bit of data. (whatwg r7205)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -d -r1.193 -r1.194
--- Overview.html 20 Jul 2012 18:35:14 -0000 1.193
+++ Overview.html 26 Jul 2012 06:53:51 -0000 1.194
@@ -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-20-july-2012">Editor's Draft 20 July 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-26-july-2012">Editor's Draft 26 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 20 July 2012 Editor's Draft.
+ This specification is the 26 July 2012 Editor's Draft.
</p>
@@ -773,7 +773,9 @@
<p>The <dfn id="dom-localstorage" title="dom-localStorage"><code>localStorage</code></dfn>
object provides a <code><a href="#storage-0">Storage</a></code> object for an
- <span>origin</span>.</p>
+ <span>origin</span>.
+ <a class="fingerprint" href="#fingerprint"><img alt="(This is a fingerprinting vector.)" src="http://dev.w3.org/html5/spec/images/fingerprint.png"></a>
+ </p>
<p>User agents must have a set of local storage areas, one for each
<span>origin</span>.</p>
Received on Thursday, 26 July 2012 06:53:59 UTC