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.
1 parent 8c05ebc commit 23cf583Copy full SHA for 23cf583
css-font-loading-3/Overview.bs
@@ -457,7 +457,6 @@ The <code>FontFaceSet</code> Interface</h2>
457
interface FontFaceSet : EventTarget {
458
constructor(sequence<FontFace> initialFaces);
459
460
- // FontFaceSet is Set-like!
461
setlike<FontFace>;
462
FontFaceSet add(FontFace font);
463
boolean delete(FontFace font);
@@ -484,8 +483,6 @@ The <code>FontFaceSet</code> Interface</h2>
484
483
};
485
</xmp>
486
487
- {{FontFaceSet/load()}}
488
-
489
<div dfn-for="FontFaceSet">
490
: <dfn attribute>ready</dfn>
491
:: This attribute reflects the {{FontFaceSet}}'s {{[[ReadyPromise]]}} slot.
0 commit comments