- From: Roy Fielding via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 29 Sep 2012 05:57:53 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory hutz:/tmp/cvs-serv21161
Modified Files:
tracking-dnt-20121002.html
Log Message:
fighting Respec3 HTML5 vs pubrules
Index: tracking-dnt-20121002.html
===================================================================
RCS file: /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt-20121002.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tracking-dnt-20121002.html 29 Sep 2012 05:30:10 -0000 1.3
+++ tracking-dnt-20121002.html 29 Sep 2012 05:57:51 -0000 1.4
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html lang="en" dir="ltr"><head>
<title>Tracking Preference Expression (DNT)</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
@@ -354,6 +355,9 @@
border-spacing: 0;
border-collapse: collapse;
border-bottom: 3px solid #005a9c;
+ margin-left: auto;
+ margin-right: auto;
+ width: 80%;
}
.simple th {
@@ -374,6 +378,10 @@
border-top: 1px solid #ddd;
}
+.simple tr {
+ vertical-align: top;
+}
+
.simple tr:nth-child(even) {
background: #f0f6ff;
}
@@ -395,7 +403,7 @@
margin-bottom: 0;
}
</style>
-<link rel="stylesheet" href="additional.css" type="text/css" media="screen" title="custom formatting for TPWG editors" charset="utf-8">
+<link rel="stylesheet" href="additional.css" type="text/css" media="screen" title="custom formatting for TPWG editors">
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet">
</head>
<body><div class="head">
@@ -433,7 +441,7 @@
</dl>
-<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2012 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
+<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2012 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
<hr>
</div>
@@ -758,14 +766,14 @@
</p>
<p>
When <a class="internalDFN" href="#dfn-enabled">enabled</a>, a tracking preference is expressed as either:
- </p><table class="simple" align="center" width="80%">
+ </p><table class="simple">
<tbody><tr><th>DNT</th>
<th>meaning</th>
</tr>
- <tr><td align="center">1</td>
+ <tr><td>1</td>
<td>This user prefers not to be tracked on the target site.</td>
</tr>
- <tr><td align="center">0</td>
+ <tr><td align="text-align:center">0</td>
<td>This user prefers to allow tracking on the target site.</td>
</tr>
</tbody></table>
@@ -1022,17 +1030,17 @@
The meaning of each allowed character is defined in the following
table.
</p>
- <table class="simple" align="center" width="80%">
- <tbody><tr valign="top">
+ <table class="simple">
+ <tbody><tr>
<th>status</th>
<th>meaning</th>
</tr>
- <tr valign="top"><td align="center"><dfn id="dfn-n">N</dfn></td>
+ <tr><td><dfn id="dfn-n">N</dfn></td>
<td><strong>None</strong>: The designated resource does not
perform tracking of any kind, not even for a <a class="internalDFN" href="#dfn-permitted-use">permitted use</a>,
and does not make use of any data collected from tracking.</td>
</tr>
- <tr valign="top"><td align="center"><dfn id="dfn-x1">1</dfn></td>
+ <tr><td><dfn id="dfn-x1">1</dfn></td>
<td><strong>First party</strong>: The designated resource is
designed for use within a first-party context and conforms to
the requirements on a first party. If the designated resource
@@ -1040,12 +1048,12 @@
provider claims that it conforms to the requirements on a
third party acting as a first party.</td>
</tr>
- <tr valign="top"><td align="center"><dfn id="dfn-x3">3</dfn></td>
+ <tr><td><dfn id="dfn-x3">3</dfn></td>
<td><strong>Third party</strong>: The designated resource is
designed for use within a third-party context and conforms to
the requirements on a third party.</td>
</tr>
- <tr valign="top"><td align="center"><dfn id="dfn-x">X</dfn></td>
+ <tr><td><dfn id="dfn-x">X</dfn></td>
<td><strong>Dynamic</strong>: The designated resource is
designed for use in both first and third-party contexts and
dynamically adjusts tracking status accordingly.
@@ -1059,14 +1067,14 @@
tracking status value in the representation of a
request-specific tracking status resource.</td>
</tr>
- <tr valign="top"><td align="center"><dfn id="dfn-c">C</dfn></td>
+ <tr><td><dfn id="dfn-c">C</dfn></td>
<td><strong>Consent</strong>: The designated resource believes
it has received prior consent for tracking this user, user
agent, or device, perhaps via some mechanism not defined by
this specification, and that prior consent overrides the
tracking preference expressed by this protocol.</td>
</tr>
- <tr valign="top"><td align="center"><dfn id="dfn-u">U</dfn></td>
+ <tr><td><dfn id="dfn-u">U</dfn></td>
<td><strong>Updated</strong>: The request resulted in a
potential change to the tracking status applicable to this
user, user agent, or device. A user agent that relies on a
@@ -1133,31 +1141,31 @@
definitions there. The list will then be updated accordingly.
</p></div>
- <table class="simple" align="center" width="80%">
+ <table class="simple">
<tbody><tr><th>qualifier</th>
<th>meaning</th>
</tr>
- <tr><td align="center">a</td>
+ <tr><td>a</td>
<td>Audit: Tracking is limited to that necessary for an
external audit of the service context and the data
collected is minimized accordingly.</td>
</tr>
- <tr><td align="center">c</td>
+ <tr><td>c</td>
<td>Ad frequency capping: Tracking is limited to frequency
capping and the data collected is minimized accordingly.</td>
</tr>
- <tr><td align="center">f</td>
+ <tr><td>f</td>
<td>Fraud prevention: Tracking is limited to that necessary
for preventing or investigating fraudulent behavior and
security violations; the data collected is minimized
accordingly.</td>
</tr>
- <tr><td align="center">l</td>
+ <tr><td>l</td>
<td>Local constraints: Tracking is limited to what is
required by local law, rule, or regulation and the
data collected is minimized accordingly.</td>
</tr>
- <tr><td align="center">r</td>
+ <tr><td>r</td>
<td>Referrals: Tracking is limited to collecting referral
information and the data collected is minimized
accordingly.</td>
Received on Saturday, 29 September 2012 05:57:55 UTC