- From: CVS User rfieldin <cvsmail@w3.org>
- Date: Sun, 14 Apr 2013 01:36:47 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory gil:/tmp/cvs-serv14997
Modified Files:
tracking-dnt.html
Log Message:
(editorial) remove case-sensitivity notes in ABNF because those are processing concerns (not syntax)
--- /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2013/04/14 01:31:01 1.196
+++ /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2013/04/14 01:36:47 1.197
@@ -340,8 +340,8 @@
expressing a user's tracking preference via HTTP [[!HTTP11]].
</p>
<pre class="abnf">
-<dfn>DNT-field-name</dfn> = "DNT" ; case-insensitive
-<dfn>DNT-field-value</dfn> = ( "0" / "1" ) *DNT-extension ; case-sensitive
+<dfn>DNT-field-name</dfn> = "DNT"
+<dfn>DNT-field-value</dfn> = ( "0" / "1" ) *DNT-extension
<dfn>DNT-extension</dfn> = %x21 / %x23-2B / %x2D-5B / %x5D-7E
; excludes CTL, SP, DQUOTE, comma, backslash
</pre>
@@ -736,7 +736,7 @@
interactive change to the tracking status.
</p>
<pre class="abnf">
-<dfn>Tk-field-name</dfn> = "Tk" ; case-insensitive
+<dfn>Tk-field-name</dfn> = "Tk"
<dfn>Tk-field-value</dfn> = TSV [ ";" status-id ]
</pre>
<p>
@@ -766,7 +766,7 @@
status resource applies to the current request.
</p>
<pre class="abnf">
-<dfn>status-id</dfn> = 1*id-char ; case-sensitive
+<dfn>status-id</dfn> = 1*id-char
<dfn>id-char</dfn> = ALPHA / DIGIT / "_" / "-" / "+" / "=" / "/"
</pre>
<p>
@@ -784,6 +784,7 @@
If a Tk field-value has a tracking status value of
<code><a>X</a></code> (dynamic), then a
<code><a>status-id</a></code> MUST be included in the field-value.
+ The status-id is case-sensitive.
</p>
</section>
Received on Sunday, 14 April 2013 01:36:47 UTC