Skip to content

Commit d1883c4

Browse files
committed
[css-font-loading-3] Remove unused callback dfn. Fixes w3c#5605
1 parent ea0bb0d commit d1883c4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

css-font-loading-3/Overview.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,6 @@ The <code>FontFaceSet</code> Interface</h2>
453453

454454
enum FontFaceSetLoadStatus { "loading", "loaded" };
455455

456-
callback ForEachCallback = undefined (FontFace font, long index, FontFaceSet self);
457-
458456
[Exposed=(Window,Worker)]
459457
interface FontFaceSet : EventTarget {
460458
constructor(sequence<FontFace> initialFaces);
@@ -994,7 +992,7 @@ Interaction with CSS Font Loading and Matching</h3>
994992
-->
995993

996994
<h2 id='font-face-source'>
997-
The <code>FontFaceSource</code> mixin</h2>
995+
The <code>FontFaceSource</code> Mixin</h2>
998996

999997
<pre class='idl'>
1000998
interface mixin FontFaceSource {

0 commit comments

Comments
 (0)