We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0bb0d commit d1883c4Copy full SHA for d1883c4
1 file changed
css-font-loading-3/Overview.bs
@@ -453,8 +453,6 @@ The <code>FontFaceSet</code> Interface</h2>
453
454
enum FontFaceSetLoadStatus { "loading", "loaded" };
455
456
- callback ForEachCallback = undefined (FontFace font, long index, FontFaceSet self);
457
-
458
[Exposed=(Window,Worker)]
459
interface FontFaceSet : EventTarget {
460
constructor(sequence<FontFace> initialFaces);
@@ -994,7 +992,7 @@ Interaction with CSS Font Loading and Matching</h3>
994
992
-->
995
993
996
<h2 id='font-face-source'>
997
-The <code>FontFaceSource</code> mixin</h2>
+The <code>FontFaceSource</code> Mixin</h2>
998
999
<pre class='idl'>
1000
interface mixin FontFaceSource {
0 commit comments