You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-font-loading-3/Overview.bs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -489,7 +489,7 @@ The <code>FontFaceSet</code> Interface</h2>
489
489
must iterate its {{initialFaces}} argument
490
490
and add each value to its [=FontFaceSet/set entries=].
491
491
492
-
: <dfn dfn>iteration order</dfn>
492
+
: <dfn dfn export>iteration order</dfn>
493
493
:: When iterated over,
494
494
all <a>CSS-connected</a>{{FontFace}} objects must come first,
495
495
in document order of their connected ''@font-face'' rules,
@@ -714,7 +714,7 @@ Events</h3>
714
714
and <var>font style</var> be the other font style attributes parsed from <var>font</var>.
715
715
716
716
<li>
717
-
Let <var>available font faces</var> be the font faces within <var>source</var>.
717
+
Let <var>available font faces</var> be the [=available font faces=] within <var>source</var>.
718
718
If the <var>allow system fonts</var> flag is specified,
719
719
add all system fonts to <var>available font faces</var>.
720
720
@@ -1011,7 +1011,7 @@ The <code>FontFaceSource</code> mixin</h2>
1011
1011
Operations referring to “the font source” must be interpreted as referring to the <a>font source</a> of the relevant context in which the operation is taking place.
1012
1012
1013
1013
For any font-related operation that takes place within one of these contexts,
1014
-
the {{FontFace}} objects within the <a>font source</a> are its <dfn>available font faces</dfn>.
1014
+
the {{FontFace}} objects within the <a>font source</a> are its <dfn export>available font faces</dfn>.
0 commit comments