Skip to content

Commit cfc1086

Browse files
committed
[css-font-loading-3] Align with Web IDL specification
1 parent 4c8e124 commit cfc1086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-font-loading-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ The <code>FontFaceSet</code> Interface</h2>
443443

444444
enum FontFaceSetLoadStatus { "loading", "loaded" };
445445

446-
callback ForEachCallback = void (FontFace font, long index, FontFaceSet self);
446+
callback ForEachCallback = undefined (FontFace font, long index, FontFaceSet self);
447447

448448
[Exposed=(Window,Worker)]
449449
interface FontFaceSet : EventTarget {
@@ -453,7 +453,7 @@ The <code>FontFaceSet</code> Interface</h2>
453453
setlike<FontFace>;
454454
FontFaceSet add(FontFace font);
455455
boolean delete(FontFace font);
456-
void clear();
456+
undefined clear();
457457

458458
// events for when loading state changes
459459
attribute EventHandler onloading;

0 commit comments

Comments
 (0)