Bug 136501 - [CSS Font Loading] Update document.fonts.load to match spec
Summary: [CSS Font Loading] Update document.fonts.load to match spec
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://dev.w3.org/csswg/css-font-load...
Keywords:
Depends on:
Blocks: 135390
  Show dependency treegraph
 
Reported: 2014-09-03 14:37 PDT by Bear Travis
Modified: 2016-06-20 14:31 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bear Travis 2014-09-03 14:37:24 PDT
The load method now takes two string arguments, font and text, rather than a dictionary object. It also returns a promise rather than relying on events to signal load completion.
Comment 1 Myles C. Maxfield 2016-01-22 13:52:26 PST
I'm working on this in https://bugs.webkit.org/show_bug.cgi?id=153346