CVS WWW/2011/tracking-protection/drafts

Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory gil:/tmp/cvs-serv5524

Modified Files:
	tracking-dnt.html 
Log Message:
ACTION-439: Add a to-be-registered media type for tracking status representation

--- /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html	2014/04/09 08:24:17	1.261
+++ /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html	2014/04/09 12:42:27	1.262
@@ -1003,10 +1003,15 @@
       <section id='status-representation'>
         <h3>Tracking Status Representation</h3>
         <p>
-          An origin server MUST provide a representation of each tracking
-          status resource in a JSON format [[!RFC7159]] that conforms to
-          the ABNF for <code><a>status-object</a></code> (except that the
-          properties within a property-list MAY be provided in any order).
+          For each tracking status resource, an origin server MUST provide a
+          valid representation using the
+          <code>application/tracking-status+json</code> media type.
+          This media type is defined as a JSON format [[!RFC7159]] that
+          conforms to the ABNF for <code><a>status-object</a></code> (below)
+          except that the properties within a property-list can be provided in
+          any order. More information about the
+          <code>application/tracking-status+json</code> media type can be
+          found in <a href="#registrations" class="sectionRef"></a>.
         </p>
 
         <section id='rep.status-object'>
@@ -2141,7 +2146,7 @@
       </section>
     </section>
 
-    <section class='appendix'>
+    <section id="acks" class='appendix'>
       <h2>Acknowledgements</h2>
       <p>
         This specification consists of input from many discussions within
@@ -2175,5 +2180,44 @@
         Many thanks to Robin&nbsp;Berjon for ReSpec.js.
       </p>
     </section>
+
+    <section id="registrations" class='appendix'>
+      <h2>Registrations</h2>
+      <p>
+        The Internet media type <dfn>application/tracking-status+json</dfn> is
+        used for tracking status representations
+        (<a href="#status-representation" class="sectionRef"></a>).
+      </p>
+      <dl>
+        <dt>Type name:</dt><dd>application</dd>
+        <dt>Subtype name:</dt><dd>tracking-status+json</dd>
+        <dt>Required parameters:</dt><dd>N/A</dd>
+        <dt>Optional parameters:</dt><dd>N/A</dd>
+        <dt>Encoding considerations:</dt><dd>binary</dd>
+        <dt>Security considerations:</dt>
+          <dd>See JSON [RFC7159], Section 12.</dd>
+        <dt>Interoperability considerations:</dt><dd>N/A</dd>
+        <dt>Published specification:</dt>
+          <dd>Tracking Preference Expression (DNT),
+            <a href="#status-representation" class="sectionRef"></a>.<br />
+            http://www.w3.org/TR/tracking-dnt/</dd>
+        <dt>Applications that use this media type:</dt><dd>N/A</dd>
+        <dt>Fragment identifier considerations:</dt><dd>N/A</dd>
+        <dt>Additional information:</dt>
+          <dd>
+   Deprecated alias names for this type: N/A<br />
+   Magic number(s): N/A<br />
+   File extension(s): N/A<br />
+   Macintosh file type code(s): N/A
+          </dd>
+        <dt>Person &amp; email address to contact for further information:</dt>
+          <dd>W3C Tracking Protection Working Group
+            &lt;public-tracking@w3.org&gt;</dd>
+        <dt>Intended usage:</dt><dd>COMMON</dd>
+        <dt>Restrictions on usage:</dt><dd>N/A</dd>
+        <dt>Author(s):</dt><dd>Roy T. Fielding and David Singer</dd>
+        <dt>Change controller:</dt><dd>W3C</dd>
+      </dl>
+    </section>
   </body>
 </html>

Received on Wednesday, 9 April 2014 12:42:31 UTC