Skip to content

Commit b03a8c9

Browse files
committed
[css-font-loading] Remove the FontFaceSet constructor. #10390
1 parent 72c9acb commit b03a8c9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

css-font-loading-3/Overview.bs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)