Skip to content

Commit 23cf583

Browse files
committed
[css-font-loading-1][editorial] Remove useless comment and stray text.
1 parent 8c05ebc commit 23cf583

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

css-font-loading-3/Overview.bs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ The <code>FontFaceSet</code> Interface</h2>
457457
interface FontFaceSet : EventTarget {
458458
constructor(sequence<FontFace> initialFaces);
459459

460-
// FontFaceSet is Set-like!
461460
setlike<FontFace>;
462461
FontFaceSet add(FontFace font);
463462
boolean delete(FontFace font);
@@ -484,8 +483,6 @@ The <code>FontFaceSet</code> Interface</h2>
484483
};
485484
</xmp>
486485

487-
{{FontFaceSet/load()}}
488-
489486
<div dfn-for="FontFaceSet">
490487
: <dfn attribute>ready</dfn>
491488
:: This attribute reflects the {{FontFaceSet}}'s {{[[ReadyPromise]]}} slot.

0 commit comments

Comments
 (0)