[html5] r8013 - [e] (0) Copypasta fix in navigator.language section. Fixing https://www.w3.org/B [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 2 15:26:14 PDT 2013
Author: ianh
Date: 2013-07-02 15:26:13 -0700 (Tue, 02 Jul 2013)
New Revision: 8013
Modified:
complete.html
index
source
Log:
[e] (0) Copypasta fix in navigator.language section.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22405
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2013-07-02 22:22:25 UTC (rev 8012)
+++ complete.html 2013-07-02 22:26:13 UTC (rev 8013)
@@ -74027,7 +74027,7 @@
</dl><p class=warning>As for the API in the previous section, any information in this API that varies
from user to user can be used to profile or identify the user. For this reason, user agent
- implementors are encouraged to return null unless the user has explicitly indicated that the site
+ implementors are encouraged to return "en" unless the user has explicitly indicated that the site
in question is allowed access to the information.
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>
Modified: index
===================================================================
--- index 2013-07-02 22:22:25 UTC (rev 8012)
+++ index 2013-07-02 22:26:13 UTC (rev 8013)
@@ -74027,7 +74027,7 @@
</dl><p class=warning>As for the API in the previous section, any information in this API that varies
from user to user can be used to profile or identify the user. For this reason, user agent
- implementors are encouraged to return null unless the user has explicitly indicated that the site
+ implementors are encouraged to return "en" unless the user has explicitly indicated that the site
in question is allowed access to the information.
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>
Modified: source
===================================================================
--- source 2013-07-02 22:22:25 UTC (rev 8012)
+++ source 2013-07-02 22:26:13 UTC (rev 8013)
@@ -82872,7 +82872,7 @@
<p class="warning">As for the API in the previous section, any information in this API that varies
from user to user can be used to profile or identify the user. For this reason, user agent
- implementors are encouraged to return null unless the user has explicitly indicated that the site
+ implementors are encouraged to return "en" unless the user has explicitly indicated that the site
in question is allowed access to the information.
<!--INSERT FINGERPRINT-->
</p>
More information about the Commit-Watchers
mailing list