File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -507,8 +507,6 @@ The <code>FontFaceSet</code> Interface</h2>
507
507
508
508
[Exposed=(Window,Worker)]
509
509
interface FontFaceSet : EventTarget {
510
- constructor(sequence<FontFace> initialFaces);
511
-
512
510
setlike<FontFace>;
513
511
FontFaceSet add(FontFace font);
514
512
boolean delete(FontFace font);
@@ -541,11 +539,6 @@ The <code>FontFaceSet</code> Interface</h2>
541
539
542
540
See [[#font-face-set-ready]] for more details on this {{Promise}} and its use.
543
541
544
- : <dfn constructor>FontFaceSet(initialFaces)</dfn>
545
- :: The {{FontFaceSet}} constructor, when called,
546
- must iterate its {{initialFaces}} argument
547
- and add each value to its [=FontFaceSet/set entries=] .
548
-
549
542
: <dfn dfn export>iteration order</dfn>
550
543
:: When iterated over,
551
544
all <a>CSS-connected</a> {{FontFace}} objects must come first,
You can’t perform that action at this time.
0 commit comments