Re: Action for ISSUE-112: Sub-domain and cookie-like rules

On Jan 21, 2013, at 19:20 , Bjoern Hoehrmann <derhoermi@gmx.net> wrote:

> * David Singer wrote:
>> interface NavigatorDoNotTrack
>> {
>>   integer storeSiteSpecificTrackingException (optional sequence<DOMString> arrayOfSameParty, optional sequence<DOMString> arrayOfTargets, optional optional siteName, optional optional explanationString, optional optional detailURI);
>> };
> 
> For what it is worth, you can expect to be told to use a "dictionary"
> parameter instead of positional arguments for this, so authors can call
> this like `storeSiteSpecificTrackingException({ siteName: ..., ... })`.

yes, good idea.  Nick may also help me on the best practices for script design.  I hope.

David Singer
Multimedia and Software Standards, Apple Inc.

Received on Tuesday, 22 January 2013 09:23:25 UTC