- From: Allan Beaufour <beaufour@gmail.com>
- Date: Wed, 5 Apr 2006 11:19:52 +0200
- To: sh@defuze.org
- Cc: www-forms@w3.org
On 4/5/06, Sylvain Hellegouarch <sh@defuze.org> wrote: > > If you just hit the "stop" button in your browser while retrieving or > > sending data, what happens? I guess the browser just closed the > > connection. "Bad things might happen", but that's an HTTP issue, not > > an XForms issue is it? > > > > > Very good point. But then again as you sau the browser does close the > connection. Should a Cancel event in XForms do the same? XForms should try to abstract from whatever transfer protocol is being used. Cancelling the submission should trigger a "cancel in the chosen protocol" -- whatever that might mean for the given protocol. For HTTP, I would mean that means closing the connection. -- ... Allan
Received on Wednesday, 5 April 2006 09:20:03 UTC