Bug 141937
Summary: | Font Loading Events API is obsolete | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | betravis, cdumez, koivisto, mmaxfield |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 141938 | ||
Bug Blocks: |
Ryosuke Niwa
It looks like font loading events' interface has been chained in the latest spec.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
The latest interface is FontFaceSet:
http://dev.w3.org/csswg/css-font-loading/#FontFaceSet-interface
Ryosuke Niwa
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.