We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d00f80 + 7419046 commit 8a175cfCopy full SHA for 8a175cf
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