- From: CVS User rfieldin <cvsmail@w3.org>
- Date: Wed, 11 Sep 2013 18:54:02 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory gil:/tmp/cvs-serv8488
Modified Files:
tracking-dnt.html
Log Message:
doNotTrack DOM property is supposed to be on the Window interface
--- /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2013/09/11 18:08:33 1.219
+++ /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2013/09/11 18:54:02 1.220
@@ -440,16 +440,16 @@
to determine what DNT header would be sent to it in the current
context, taking into account the user's general preference (if
any) and any user-granted exceptions.</p>
- <dl class="idl" title='[NoInterfaceObject] interface WindowDoNotTrack'>
+ <dl class="idl" title='partial interface Window'>
<dt>attribute DOMString doNotTrack</dt>
- <dd>
- Returns the same string value that would be sent in a
- <a>DNT-field-value</a> (<a href="#dnt-header-field"
- class="sectionRef"></a>) to a <strong>target</strong> that is the
- document-origin of the <code>window</code>, in the
- context of the current <strong>top-level origin</strong>. If no DNT
- header would be sent (e.g. because a tracking preference is
- <a>not enabled</a>) the value is <code>null</code>.
+ <dd>Returns the same string value that would be sent in a
+ <a>DNT-field-value</a>
+ (<a href="#dnt-header-field" class="sectionRef"></a>) to a
+ <strong>target</strong> that is the document-origin of the
+ <code>window</code>, in the context of the current
+ <strong>top-level origin</strong>.
+ The value is <code>null</code> if no DNT header field would be
+ sent (e.g., because a tracking preference is <a>not enabled</a>).
</dd>
</dl>
</section>
Received on Wednesday, 11 September 2013 18:54:03 UTC