- From: David Singer via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Aug 2012 22:21:14 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory hutz:/tmp/cvs-serv4399
Modified Files:
tracking-dnt.html
Log Message:
get the BNF comments right, doh
Index: tracking-dnt.html
===================================================================
RCS file: /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- tracking-dnt.html 23 Aug 2012 22:18:17 -0000 1.155
+++ tracking-dnt.html 23 Aug 2012 22:21:12 -0000 1.156
@@ -751,10 +751,10 @@
<pre class="abnf">
<dfn>tracking-q</dfn> = tracking-q-v*
<dfn>tracking-q-v</dfn> = %x61 ; "a" - audit
- / %x63 ; "c" — third-party
- / %x66 ; "f" - consent
- / %x6C ; "l" - none
- / %x72 ; "r" - updated
+ / %x63 ; "c" — capping
+ / %x66 ; "f" - fraud
+ / %x6C ; "l" - local
+ / %x72 ; "r" - referral
</pre>
</section>
Received on Thursday, 23 August 2012 22:21:16 UTC