WWW/2011/tracking-protection/drafts tracking-dnt.html,1.123,1.124

Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory hutz:/tmp/cvs-serv32353

Modified Files:
	tracking-dnt.html 
Log Message:
ACTION-219: add optional audit array to tracking status


Index: tracking-dnt.html
===================================================================
RCS file: /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- tracking-dnt.html	11 Jul 2012 20:58:37 -0000	1.123
+++ tracking-dnt.html	18 Jul 2012 06:41:07 -0000	1.124
@@ -637,10 +637,13 @@
     "example_stats.com"
   ],
   "partners": [
-    "api.example-third-party.com"
+    "api.example.net"
+  ],
+  "audit": [
+    "http://auditor.example.org/727073"
   ],
   "policy": "/tracking.html",
-  "control": "http://example-third-party.com/your/data"
+  "control": "http://example.com/your/data"
 }
 </pre>
           <p>
@@ -682,7 +685,7 @@
             and MAY be followed by alphanumeric characters that indicate
             qualifiers for that status.
             The defined qualifier characters and their meanings are described
-            in <a href="#status-reponse-value" class="sectionRef"></a>.
+            in <a href="#status-response-value" class="sectionRef"></a>.
           </p>
           <p>
             An OPTIONAL member named <code><a>same-party</a></code> MAY be
@@ -698,6 +701,15 @@
             site but do not share the same data controller as this site.
           </p>
           <p>
+            An OPTIONAL member named <code><a>audit</a></code> MAY be
+            provided with an array value containing a list of URI references
+            to external audits of the site's tracking policy and tracking
+            behavior in compliance with this protocol.  Preferably, the audit
+            references are to resources that describe the auditor and the
+            results of that audit; however, if such a resource is not
+            available, a reference to the auditor is sufficient.
+          </p>
+          <p>
             An OPTIONAL member named <code><a>policy</a></code> MAY be
             provided with a string value containing a URI-reference to a
             human-readable document that describes the tracking policy for
@@ -1018,6 +1030,7 @@
                 [ vs response   ns response-v   ]
                 [ vs same-party ns same-party-v ]
                 [ vs partners   ns partners-v   ]
+                [ vs audit      ns audit-v      ]
                 [ vs policy     ns policy-v     ]
                 [ vs control    ns control-v    ]
                 *( vs extension )
@@ -1050,6 +1063,9 @@
 <dfn>partners</dfn>      = %x22 "partners" %x22
 <dfn>partners-v</dfn>    = array-of-strings
 
+<dfn>audit</dfn>         = %x22 "audit" %x22
+<dfn>audit-v</dfn>       = array-of-strings
+
 <dfn>policy</dfn>        = %x22 "policy" %x22
 <dfn>policy-v</dfn>      = string       ; URI-reference
 

Received on Wednesday, 18 July 2012 06:41:11 UTC