Re: [whatwg] ApplicationCache add/remove with invalid URLs

2008-04-18 Thread Anders Carlsson


On 17 apr 2008, at 22.23, Geoffrey Garen wrote:

I think an exception should be thrown when ApplicationCache add/ 
remove is called with invalid URLs.


Can you be more specific about what you mean by invalid?

URL not found in the cache?

Malformed URL?

Something else?

Geoff



Invalid as in not syntactically valid.

Anders



[whatwg] ApplicationCache add/remove with invalid URLs

2008-04-17 Thread Anders Carlsson

Hi,

I think an exception should be thrown when ApplicationCache add/remove  
is called with invalid URLs. Something like


If uri is not valid, raise an SYNTAX_ERR exception and abort these  
steps.


Anders


Re: [whatwg] ApplicationCache add/remove with invalid URLs

2008-04-17 Thread Geoffrey Garen
I think an exception should be thrown when ApplicationCache add/ 
remove is called with invalid URLs.


Can you be more specific about what you mean by invalid?

URL not found in the cache?

Malformed URL?

Something else?

Geoff