- From: Roy Fielding via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 29 Sep 2012 08:27:53 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts In directory hutz:/tmp/cvs-serv11973 Modified Files: tracking-compliance.html tracking-dnt.html Log Message: backport pubrules changes to editors drafts Index: tracking-dnt.html =================================================================== RCS file: /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html,v retrieving revision 1.169 retrieving revision 1.170 diff -u -d -r1.169 -r1.170 --- tracking-dnt.html 29 Sep 2012 07:27:27 -0000 1.169 +++ tracking-dnt.html 29 Sep 2012 08:27:51 -0000 1.170 @@ -1,14 +1,13 @@ <!DOCTYPE html> -<html> +<html lang="en" dir="ltr"> <head> <title>Tracking Preference Expression (DNT)</title> - <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/> + <meta http-equiv='Content-Type' content='text/html;charset=utf-8'> <script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script> <script class='remove'> var respecConfig = { specStatus: "ED", shortName: "tracking-dnt", - copyrightStart: "2011", // publishDate: "2012-03-13", previousPublishDate: "2012-03-13", previousMaturity: "WD", @@ -27,7 +26,7 @@ noIDLSectionTitle: true, }; </script> - <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"> </head> <body> <section id='abstract'> @@ -298,14 +297,14 @@ </p> <p> When <a>enabled</a>, a tracking preference is expressed as either: - <table class="simple" width="80%" align="center"> + <table class="simple"> <tr><th>DNT</th> <th>meaning</th> </tr> - <tr><td align="middle">1</td> + <tr><td>1</td> <td>This user prefers not to be tracked on the target site.</td> </tr> - <tr><td align="middle">0</td> + <tr><td>0</td> <td>This user prefers to allow tracking on the target site.</td> </tr> </table> @@ -571,17 +570,17 @@ The meaning of each allowed character is defined in the following table. </p> - <table class="simple" width="80%" align="center"> - <tr valign="top"> + <table class="simple"> + <tr> <th>status</th> <th>meaning</th> </tr> - <tr valign="top"><td align="middle"><dfn>N</dfn></td> + <tr><td><dfn>N</dfn></td> <td><strong>None</strong>: The designated resource does not perform tracking of any kind, not even for a <a>permitted use</a>, and does not make use of any data collected from tracking.</td> </tr> - <tr valign="top"><td align="middle"><dfn>1</dfn></td> + <tr><td><dfn>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 @@ -589,12 +588,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="middle"><dfn>3</dfn></td> + <tr><td><dfn>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="middle"><dfn>X</dfn></td> + <tr><td><dfn>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. @@ -608,14 +607,14 @@ tracking status value in the representation of a request-specific tracking status resource.</td> </tr> - <tr valign="top"><td align="middle"><dfn>C</dfn></td> + <tr><td><dfn>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="middle"><dfn>U</dfn></td> + <tr><td><dfn>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 @@ -683,31 +682,31 @@ definitions there. The list will then be updated accordingly. </p> - <table class="simple" width="80%" align="center"> + <table class="simple"> <tr><th>qualifier</th> <th>meaning</th> </tr> - <tr><td align="middle">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="middle">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="middle">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="middle">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="middle">r</td> + <tr><td>r</td> <td>Referrals: Tracking is limited to collecting referral information and the data collected is minimized accordingly.</td> @@ -1451,7 +1450,7 @@ with this user preference (see below). </li> </ol> - <p class="issue" data-number="159" title="How do we allow sites that mash-in add-supported content to maintain their own trusted third parties?"> + <p class="issue" data-number="159" title="How do we allow sites that mash-in ad-supported content to maintain their own trusted third parties?"> This model does not support mashed-up content which is in turn supported by ads; it's not clear how to distinguish between embedded content which is embedding ads (and hence the top-level @@ -1524,7 +1523,7 @@ <h3>API to request site-specific exceptions</h3> <dl class="idl" title='[NoInterfaceObject] interface NavigatorDoNotTrack'> - <dt>void requestSiteSpecificTrackingException( + <dt>void requestSiteSpecificTrackingException ( in TrackingResponseCallback callback, optional sequence<DOMString> arrayOfDomainStrings, optional siteName, @@ -1663,7 +1662,7 @@ <h3>API to Request a Web-wide Exception</h3> <dl class="idl" title='[NoInterfaceObject] interface NavigatorDoNotTrack'> - <dt>void requestWebWideTrackingException( + <dt>void requestWebWideTrackingException ( in TrackingResponseCallback callback, optional siteName, optional explanationString, Index: tracking-compliance.html =================================================================== RCS file: /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-compliance.html,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- tracking-compliance.html 28 Sep 2012 07:55:31 -0000 1.75 +++ tracking-compliance.html 29 Sep 2012 08:27:51 -0000 1.76 @@ -1,14 +1,13 @@ <!DOCTYPE html> -<html> +<html lang="en" dir="ltr"> <head> <title>Tracking Compliance and Scope Specification</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script> <script class="remove"> var respecConfig = { specStatus: "ED", shortName: "tracking-compliance", - copyrightStart: "2011", previousPublishDate: "2012-05-23", previousMaturity: "ED", previousURI: "http://www.w3.org/2011/tracking-protection/drafts/tracking-compliance-20120523.html", @@ -30,8 +29,7 @@ issueBase: "http://www.w3.org/2011/tracking-protection/track/issues/", } </script> - <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"> </head> <body> <section id="abstract">
Received on Saturday, 29 September 2012 08:27:55 UTC