Bug 136501
| Summary: | [CSS Font Loading] Update document.fonts.load to match spec | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bear Travis <betravis> |
| Component: | CSS | Assignee: | 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 | ||
Bear Travis
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
I'm working on this in https://bugs.webkit.org/show_bug.cgi?id=153346