We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8e124 commit cfc1086Copy full SHA for cfc1086
css-font-loading-3/Overview.bs
@@ -443,7 +443,7 @@ The <code>FontFaceSet</code> Interface</h2>
443
444
enum FontFaceSetLoadStatus { "loading", "loaded" };
445
446
- callback ForEachCallback = void (FontFace font, long index, FontFaceSet self);
+ callback ForEachCallback = undefined (FontFace font, long index, FontFaceSet self);
447
448
[Exposed=(Window,Worker)]
449
interface FontFaceSet : EventTarget {
@@ -453,7 +453,7 @@ The <code>FontFaceSet</code> Interface</h2>
453
setlike<FontFace>;
454
FontFaceSet add(FontFace font);
455
boolean delete(FontFace font);
456
- void clear();
+ undefined clear();
457
458
// events for when loading state changes
459
attribute EventHandler onloading;
0 commit comments