File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -507,8 +507,6 @@ The <code>FontFaceSet</code> Interface</h2>
507507
508508 [Exposed=(Window,Worker)]
509509 interface FontFaceSet : EventTarget {
510- constructor(sequence<FontFace> initialFaces);
511-
512510 setlike<FontFace>;
513511 FontFaceSet add(FontFace font);
514512 boolean delete(FontFace font);
@@ -541,11 +539,6 @@ The <code>FontFaceSet</code> Interface</h2>
541539
542540 See [[#font-face-set-ready]] for more details on this {{Promise}} and its use.
543541
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-
549542 : <dfn dfn export>iteration order</dfn>
550543 :: When iterated over,
551544 all <a>CSS-connected</a> {{FontFace}} objects must come first,
You can’t perform that action at this time.
0 commit comments