Re: [whatwg] Progress Events "done" event

2007-08-26 Thread Andrew Fedoniouk
- Original Message - From: "Garrett Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, August 25, 2007 11:24 PM Subject: [whatwg] Progress Events "done" event I've noticed a case when developing Ajax apps that I often end up duplicating a call

Re: [whatwg] Image Categories

2007-08-26 Thread Benjamin Hawkes-Lewis
Lachlan Hunt wrote: This page [1] lists a lot of different image categories and describes what type of alternative text to provide. The spec seems to cover most of the relevant categories already, though it should probably address advertising banners/interstitials From what I've seen most

[whatwg] Image Categories

2007-08-26 Thread Lachlan Hunt
Hi, This page [1] lists a lot of different image categories and describes what type of alternative text to provide. The spec seems to cover most of the relevant categories already, though it should probably address advertising banners/interstitials and CAPTCHA images. If you do include CAP

Re: [whatwg] Progress Events "done" event

2007-08-26 Thread Ian Hickson
On Sat, 25 Aug 2007, Garrett Smith wrote: > > I've noticed a case when developing Ajax apps that I often end up > duplicating a call to hide "loading.gif" (for example) when the call > is over. > > Progress Events > http://dev.w3.org/cvsweb/~checkout~/2006/webapi/progress/Progress.html?rev=1.16&con

Re: [whatwg] Structured option element

2007-08-26 Thread Ian Hickson
On Sun, 26 Aug 2007, Filip Likavcan wrote: > > I made simple demo: http://likavcan.ui42.sk/html/structured_option.html in HTML5 is basically a more thorough version of this. HTH, -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A

Re: [whatwg] Progress Events "done" event

2007-08-26 Thread Garrett Smith
On 8/26/07, Weston Ruter <[EMAIL PROTECTED]> wrote: > This proposal is similar to the callbacks that Prototype's Ajax.Request > makes available. Instead of a "done" event, it provides the callback > "onComplete": http://prototypejs.org/api/ajax/options > > Thanks! This is evidence of a real-world

Re: [whatwg] Progress Events "done" event

2007-08-26 Thread Weston Ruter
This proposal is similar to the callbacks that Prototype's Ajax.Requestmakes available. Instead of a "done" event, it provides the callback "onComplete": http://prototypejs.org/api/ajax/options On 8/26/07, Garrett Smith <[EMAIL PROTECTED]> wrote: > > I've noticed a case when developing Ajax apps t