Re: [css3-fonts][cssom] Load events for webfonts?

> Issues:
> * Do we want info about which src was loaded?
Yes. That would be especially useful for dev tools.

> * Should this event fire when none of the srces successfully load as well,
> to indicate failure?
That's very important. People need a way to find out whether the srces could be loaded or not.

> * I don't know whether it makes sense for it to bubble or cancel.
Bubbling doesn't make sense in my eyes since it will be fired against the document.
Cancelling might make sense if you want to allow explicit font loading. Though then you'd actually need a second event, which is triggered before actually loading the font-face.

Sebastian

Received on Wednesday, 25 July 2012 04:59:42 UTC