Skip to content

Commit d1c88e9

Browse files
committed
[css-font-loading-3][editorial] Fixed Bikeshed issues
1 parent f65d6ca commit d1c88e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-font-loading-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ The <code>load()</code> method</h3>
831831

832832
<li>
833833
<a>Find the matching font faces</a> from <var>font face set</var>
834-
using the {{FontFaceSet/load()/font}} and {{FontFaceSet/load()/text}} arguments passed to the function,
834+
using the {{FontFaceSet/load(font, text)/font}} and {{FontFaceSet/load(font, text)/text}} arguments passed to the function,
835835
and let <var>font face list</var> be the return value
836836
(ignoring the <var>found faces</var> flag).
837837
If a syntax error was returned,
@@ -898,7 +898,7 @@ The <code>check()</code> method</h3>
898898

899899
<li>
900900
<a>Find the matching font faces</a> from <var>font face set</var>
901-
using the {{FontFaceSet/check()/font}} and {{FontFaceSet/check()/text}} arguments passed to the function,
901+
using the {{FontFaceSet/check(font, text)/font}} and {{FontFaceSet/check(font, text)/text}} arguments passed to the function,
902902
and including system fonts,
903903
and let <var>font face list</var> be the returned list of font faces,
904904
and <var>found faces</var> be the returned <var>found faces</var> flag.

0 commit comments

Comments
 (0)