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