CVS WWW/2011/tracking-protection/drafts

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

Modified Files:
	tracking-dnt.html 
Log Message:
fix a few instances of requestSiteSpecifc to storeSiteSpecific...



--- /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html	2013/01/16 00:28:17	1.175
+++ /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html	2013/01/21 14:02:15	1.176
@@ -1557,7 +1557,7 @@
             site-wide exception. Otherwise each string in
             <code>arrayOfDomainStrings</code> specifies a
             <strong>target</strong>. When called,
-            <code>requestSiteSpecificTrackingException</code> MUST return
+            <code>storeSiteSpecificTrackingException</code> MUST return
             immediately.
           </p>
           <p>
@@ -1952,10 +1952,10 @@
         </p>
         <p>
           User agents MAY instantiate
-          <code>NavigatorDoNotTrack.requestSiteSpecificTrackingException</code>
+          <code>NavigatorDoNotTrack.storeSiteSpecificTrackingException</code>
           even when <code>navigator.doNotTrack</code> is null. Sites SHOULD
           test for the existence of
-          <code>requestSiteSpecificTrackingException</code> before calling
+          <code>storeSiteSpecificTrackingException</code> before calling
           the method. If an exception is granted in this context and the
           user-agent stores that preference, a user agent may send a DNT:0
           header even if a tracking preference isn't expressed for other

Received on Monday, 21 January 2013 14:02:19 UTC