- From: Olli Pettay <Olli.Pettay@helsinki.fi>
- Date: Wed, 03 Feb 2010 20:55:24 +0200
- To: John Gregg <johnnyg@google.com>
- CC: public-webapps <public-webapps@w3.org>
On 2/3/10 8:33 PM, John Gregg wrote: > > I will make this more specific in the draft: create[HTML]Notification > should not load the necessary resources until it is about to be > displayed (in case of a queue). Once it is at the top of the queue, it > should: > > - load its resources as if opening a new window > - dispatch the display event > - show itself on the screen Does it wait for all the resources to load before dispatching display event? What if loading resources takes lots of time? Since notification is pretty much like a new window, why the need for new "display" event. Perhaps the event name could be just usual "load". -Olli
Received on Wednesday, 3 February 2010 18:56:09 UTC