Skip to content

Commit 045b676

Browse files
committed
[css-font-loading-3] Use and/or export a few definitions that Bikeshed was complaining about.
1 parent 9eb9030 commit 045b676

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-font-loading-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ The <code>FontFaceSet</code> Interface</h2>
489489
must iterate its {{initialFaces}} argument
490490
and add each value to its [=FontFaceSet/set entries=].
491491

492-
: <dfn dfn>iteration order</dfn>
492+
: <dfn dfn export>iteration order</dfn>
493493
:: When iterated over,
494494
all <a>CSS-connected</a> {{FontFace}} objects must come first,
495495
in document order of their connected ''@font-face'' rules,
@@ -714,7 +714,7 @@ Events</h3>
714714
and <var>font style</var> be the other font style attributes parsed from <var>font</var>.
715715

716716
<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>.
718718
If the <var>allow system fonts</var> flag is specified,
719719
add all system fonts to <var>available font faces</var>.
720720

@@ -1011,7 +1011,7 @@ The <code>FontFaceSource</code> mixin</h2>
10111011
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.
10121012

10131013
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>.
10151015

10161016
<h3 id="fontfacesource-workers">
10171017
Worker FontFaceSources</h3>

0 commit comments

Comments
 (0)