html5/spec spec.html,1.1214,1.1215 timers.html,1.13,1.14

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20372

Modified Files:
	spec.html timers.html 
Log Message:
Mention the fingerprinting issue on window.navigator (whatwg r5481)

[updated by splitter]


Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec/timers.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- timers.html	24 Sep 2010 22:16:49 -0000	1.13
+++ timers.html	25 Sep 2010 01:16:33 -0000	1.14
@@ -1083,7 +1083,13 @@
 
    <!-- vendorSub: Mozilla and Safari only; always returns "" -->
 
-  </dl></div><h4 id="custom-handlers"><span class="secno">6.4.2 </span>Custom scheme and content handlers</h4><p>The <dfn id="dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler"><code>registerProtocolHandler()</code></dfn>
+  </dl><p class="warning">Any information in this API that varies from user
+  to user can be used to profile the user. In fact, if enough such
+  information is available, a user can actually be uniquely
+  identified. For this reason, user agent implementors are strongly
+  urged to include as little information in this API as possible.</p>
+
+  </div><h4 id="custom-handlers"><span class="secno">6.4.2 </span>Custom scheme and content handlers</h4><p>The <dfn id="dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler"><code>registerProtocolHandler()</code></dfn>
   method allows Web sites to register themselves as possible handlers
   for particular schemes. For example, an online telephone messaging
   service could register itself as a handler of the <code>sms:</code>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1214
retrieving revision 1.1215
diff -u -d -r1.1214 -r1.1215
--- spec.html	25 Sep 2010 00:47:12 -0000	1.1214
+++ spec.html	25 Sep 2010 01:16:33 -0000	1.1215
@@ -338,7 +338,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4372.
+This is revision 1.4373.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Saturday, 25 September 2010 01:16:37 UTC