Skip to content

Commit d06a88d

Browse files
committed
[css-font-loading] FontFaceSet should use FontFaceSetLoadStatus, duh.
1 parent 8453bab commit d06a88d

File tree

2 files changed

+98
-98
lines changed

2 files changed

+98
-98
lines changed

css-font-loading/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ The <code>FontFaceSet</code> Interface</h2>
366366
readonly attribute Promise&lt;FontFaceSet> ready;
367367

368368
// loading state, "loading" while one or more fonts loading, "loaded" otherwise
369-
readonly attribute FontFaceLoadStatus status;
369+
readonly attribute FontFaceSetLoadStatus status;
370370
};
371371

372372
FontFaceSet implements EventTarget;

0 commit comments

Comments
 (0)