Re: fyi: doNotTrack attribute in API

On Wednesday, January 15, 2014 at 3:57 AM, Roy T. Fielding wrote:

> On Jan 14, 2014, at 11:14 AM, Matthias Schunter (Intel Corporation) wrote:
>  
> > Hi TPWG,
> >  
> >  
> > enclosed some technical feedback received via the public mailing list.  
> >  
> > I appreciate the feedback and deem the changes to be non-controversial,
> > and I have asked Roy/David introduce corresponding edits.
> >  
> > Please comment if you see a need for further discussion in the WG before fixing the spec.
>  
> The main point reflects the discussion of the WG. The second point about
> readonly can be fixed.
>  
> > -----Original Message-----
> > From: Marcos Caceres [mailto:mcaceres@mozilla.com]  
> > Sent: Wednesday, January 08, 2014 7:59 AM
> > To: public-tracking-comments@w3.org
> > Subject: doNotTrack attribute
> >  
> > There seems to be some inconsistencies between the spec and browsers with regards to the `doNotTrack` IDL attribute. In the spec, it says it’s on the `window` object in some places, but in other places it says it’s on the Navigator interface. In browsers, it’s exposed on the Navigator interface (at least in Chrome, and FF), as it should be.
>  
>  
>  
> The browser implementations were premature (and undefined). In this case,
> it is desirable to supplant those implementations as out-of-date.
> Concern about deployed content being broken is not yet relevant given
> the lack of implementation by sites.

Ok, but if implementations are going to remove this, then they should be putting this behind a flag until the spec is stable (i.e., this should not be exposed to content by default).  
  
> > Also, why is it not read only in the spec? It’s implemented as readonly in browsers - and it wouldn’t make any sense to make it writable … I’m sure it’s just an oversight :)  
>  
>  
> Yes, that was an oversight and has been corrected. Thanks.

If this value can be set while a user is viewing the site, how do scripts get notified that the value has changed on a per site basis?  
  

Received on Friday, 17 January 2014 09:13:28 UTC