- From: CVS User rfieldin <cvsmail@w3.org>
- Date: Wed, 27 Aug 2014 00:43:36 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory gil:/tmp/cvs-serv32738
Modified Files:
tracking-dnt.html
Log Message:
tracking-issue-248: remove unnecessary use of ABNF for characters
--- /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2014/07/23 17:45:26 1.271
+++ /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2014/08/27 00:43:36 1.272
@@ -435,14 +435,14 @@
</p>
<p>
A user agent MUST generate a <a>DNT</a> header field with a
- field-value that begins with the numeric character "1" (%x31) if the
+ field-value that begins with the numeric character "1" if the
user's tracking preference is <a>enabled</a>, their preference is
for <code>DNT:1</code>, and no exception has been granted for the
request target (see <a href="#exceptions" class="sectionRef"></a>).
</p>
<p>
A user agent MUST generate a <a>DNT</a> header field with a
- field-value that begins with the numeric character "0" (%x30) if the
+ field-value that begins with the numeric character "0" if the
user's tracking preference is <a>enabled</a> and their preference is
for <code>DNT:0</code>, or if an exception has been granted for the
request target.
Received on Wednesday, 27 August 2014 00:43:39 UTC