- From: CVS User rfieldin <cvsmail@w3.org>
- Date: Wed, 24 Sep 2014 00:09:56 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory gil:/tmp/cvs-serv14699
Modified Files:
tracking-dnt.html
Log Message:
related to tracking-ISSUE-255: doNotTrack property IDL needs to be marked as nullable
--- /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2014/08/27 00:43:36 1.272
+++ /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2014/09/24 00:09:56 1.273
@@ -504,7 +504,7 @@
origin server.
</p>
<dl class="idl" title='partial interface Window'>
- <dt>readonly attribute DOMString doNotTrack</dt>
+ <dt>readonly 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
Received on Wednesday, 24 September 2014 00:09:56 UTC