Bug 136501

Summary: [CSS Font Loading] Update document.fonts.load to match spec
Product: WebKit Reporter: Bear Travis <betravis>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: fred.wang, mmaxfield, syoichi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://dev.w3.org/csswg/css-font-loading/#font-face-set-load
Bug Depends on:    
Bug Blocks: 135390    

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