- From: CVS User rfieldin <cvsmail@w3.org>
- Date: Tue, 14 Apr 2015 20:22:55 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory gil:/var/tmp/cvs-serv5225
Modified Files:
tracking-dnt.html
Log Message:
(editorial) fix inconsistent dashes in ABNF comments [dsinger]
--- /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2015/04/06 22:46:49 1.286
+++ /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2015/04/14 20:22:55 1.287
@@ -670,15 +670,15 @@
by the following ABNF.
</p>
<pre class="abnf">
-<dfn>TSV</dfn> = %x21 ; "!" - under construction
- / %x3F ; "?" - dynamic
- / %x47 ; "G" - gateway to multiple parties
+<dfn>TSV</dfn> = %x21 ; "!" — under construction
+ / %x3F ; "?" — dynamic
+ / %x47 ; "G" — gateway to multiple parties
/ %x4E ; "N" — not tracking
/ %x54 ; "T" — tracking
- / %x43 ; "C" - tracking with consent
- / %x50 ; "P" - tracking only if consented
- / %x44 ; "D" - disregarding DNT
- / %x55 ; "U" - updated
+ / %x43 ; "C" — tracking with consent
+ / %x50 ; "P" — tracking only if consented
+ / %x44 ; "D" — disregarding DNT
+ / %x55 ; "U" — updated
</pre>
</section>
Received on Tuesday, 14 April 2015 20:22:56 UTC