Re: JS Exception API

On Mar 6, 2012, at 4:25 PM, Nicholas Doty wrote:

> On Feb 29, 2012, at 12:38 PM, Jonathan Mayer wrote:
> 
>> Minor suggestion for adding at the end of the "JavaScript API for site-specific exceptions" section:
>> 
>> The `callback` function may not be called.  For example, the user may decline to express a preference, dismiss the exception request, or close the browser window.
> 
> That's a good point. We could change this guidance:
> 
>>          A user agent MAY use an interactive method to ask the user about
>>          their preferences, so sites SHOULD NOT assume that the callback
>>          function will be called immediately.
> 
> to:
> 
>> A user agent MAY use an interactive method to ask the user about their preferences, so sites SHOULD NOT assume that the callback function will be called immediately or at all. For example, the user may dismiss the exception request or close the browser window.

Closing the browser window I can understand, but why wouldn't
the callback be made as false if the request is dismissed?
It makes the API pretty pointless if the page logic
cannot rely on an answer and yet the window remains open.

....Roy

Received on Wednesday, 7 March 2012 13:26:17 UTC