- From: David Singer via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Aug 2012 23:08:53 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory hutz:/tmp/cvs-serv21395
Modified Files:
tracking-dnt.html
Log Message:
document the presence of optional qualifier values in the text as well as the BNF
Index: tracking-dnt.html
===================================================================
RCS file: /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- tracking-dnt.html 23 Aug 2012 22:21:12 -0000 1.156
+++ tracking-dnt.html 23 Aug 2012 23:08:51 -0000 1.157
@@ -779,7 +779,9 @@
<p>
The Tk field-value begins with a tracking status value
(<a href="#tracking-status-value" class="sectionRef"></a>),
- optionally followed by a semicolon and a <code>status-id</code>
+ optionally followed by one or more tracking qualifiers
+ (<a href="#status-qualifier-value" class="sectionRef"></a>), and then
+ optionally a semicolon and a <code>status-id</code>
that refers to a request-specific tracking status resource
(<a href="#referring-status-id" class="sectionRef"></a>).
</p>
@@ -980,7 +982,9 @@
A <a>status-object</a> MUST have a member named
<code><a>tracking</a></code> that contains a single character
tracking status value
- (<a href="#tracking-status-value" class="sectionRef"></a>).
+ (<a href="#tracking-status-value" class="sectionRef"></a>),
+ optionally followed by one or more tracking qualifiers
+ (<a href="#status-qualifier-value" class="sectionRef"></a>) .
</p>
<pre class="abnf">
<dfn>tracking</dfn> = %x22 "tracking" %x22
Received on Thursday, 23 August 2012 23:08:54 UTC