- From: CVS User rfieldin <cvsmail@w3.org>
- Date: Sun, 14 Apr 2013 00:21:05 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory gil:/tmp/cvs-serv9987
Modified Files:
tracking-dnt.html
Log Message:
ISSUE-161: correction to last commit ... forgot to make the testv
character optional in the ABNF.
--- /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2013/04/14 00:17:27 1.194
+++ /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2013/04/14 00:21:03 1.195
@@ -631,7 +631,7 @@
the DNT signal will be ignored, nor that tracking will occur as a
result of accessing the designated resource, but rather that the
site makes no claim to conformance at this time. The purpose of
- the additional <a>testv</a> character is to provide additional
+ the optional <a>testv</a> character is to provide additional
information for the sake of testing, such as what tracking status
the server intends to deploy for the designated resource at some
point in the future, but cannot be relied upon as an indication
@@ -658,14 +658,14 @@
by the following ABNF.
</p>
<pre class="abnf">
-<dfn>TSV</dfn> = "1" ; "1" — first-party
- / "3" ; "3" — third-party
- / %x43 ; "C" - consent
- / %x44 ; "D" - disregarding
- / %x4E ; "N" - none
- / %x55 ; "U" - updated
- / %x58 ; "X" - dynamic
- / ( "!" testv ) ; "!" - non-compliant
+<dfn>TSV</dfn> = "1" ; "1" — first-party
+ / "3" ; "3" — third-party
+ / %x43 ; "C" - consent
+ / %x44 ; "D" - disregarding
+ / %x4E ; "N" - none
+ / %x55 ; "U" - updated
+ / %x58 ; "X" - dynamic
+ / ( "!" [testv] ) ; "!" - non-compliant
<dfn>testv</dfn> = id-char
</pre>
Received on Sunday, 14 April 2013 00:21:06 UTC