Bug 141937 - Font Loading Events API is obsolete
Summary: Font Loading Events API is obsolete
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 141938
Blocks:
  Show dependency treegraph
 
Reported: 2015-02-23 17:11 PST by Ryosuke Niwa
Modified: 2015-02-23 18:58 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-02-23 17:11:47 PST
It looks like font loading events' interface has been chained in the latest spec.
Comment 1 Ryosuke Niwa 2015-02-23 17:12:40 PST
The latest interface is FontFaceSet:
http://dev.w3.org/csswg/css-font-loading/#FontFaceSet-interface
Comment 2 Ryosuke Niwa 2015-02-23 17:39:45 PST
There's one more issue with the current implementation, which is that it prevents many documents to go into a PageCache because CSS fonts are large and they continue to load for a while.

I think we need to come up with a strategy to suspend the font loading manager somehow.