Re: [css3-fonts] rethinking font load events

On Thu, Sep 6, 2012 at 6:03 PM, Glenn Adams <glenn@skynav.com> wrote:
> On Thu, Sep 6, 2012 at 10:10 PM, John Daggett <jdaggett@mozilla.com> wrote:
>>
>>
>>   // notify completion, even if no fonts load
>>   void notifyAfterCompletion();
>
> The utility of this method seems particularly questionable. What should a UA
> do when this is called?

If FontLoader.readyState is "loading", nothing.

If it's "idle", fire an "allcomplete" event anyway.

I explained the utility of it in my last message.

~TJ

Received on Friday, 7 September 2012 01:08:48 UTC