- From: CVS User rfieldin <cvsmail@w3.org>
- Date: Sat, 29 Mar 2014 05:29:09 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory gil:/tmp/cvs-serv22722
Modified Files:
tracking-dnt.html
Log Message:
(editorial) clarify which property
--- /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2014/03/29 04:04:17 1.254
+++ /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2014/03/29 05:29:09 1.255
@@ -513,11 +513,12 @@
<section id='js-dom'>
<h3>JavaScript Property to Detect Preference</h3>
<p>
- This property enables a client-side script with read access to
- the Window object to determine what DNT header field value would
- be sent to the same origin server, taking into account the
- user's general preference (if any) and any user-granted
- exceptions applicable to that origin.
+ The <code>doNotTrack</code> property enables a client-side script
+ with read access to the Window object to determine what <a>DNT</a>
+ header field value would be sent in requests to the
+ document-origin, taking into account the user's general preference
+ (if any) and any user-granted exceptions applicable to that
+ origin server.
</p>
<dl class="idl" title='partial interface Window'>
<dt>readonly attribute DOMString doNotTrack</dt>
Received on Saturday, 29 March 2014 05:29:10 UTC