Skip to content

Commit 0447efc

Browse files
committed
[css-font-loading] Fix IDL error, .loaded is a Promise<FontFace>.
--HG-- extra : rebase_source : d4ee87487dac154522a8f16327c4011f5d655ea6
1 parent b95a2a1 commit 0447efc

2 files changed

Lines changed: 182 additions & 201 deletions

File tree

css-font-loading/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The <code>FontFace</code> Interface</h2>
101101
readonly attribute FontFaceLoadStatus status;
102102

103103
Promise&lt;FontFace> load();
104-
readonly attribute Promise&lt;boolean> loaded;
104+
readonly attribute Promise&lt;FontFace> loaded;
105105
};
106106
</pre>
107107

0 commit comments

Comments
 (0)