Skip to content

Commit e208889

Browse files
author
litherum
committed
[css-fonts-4] Spec uses phrase "system fonts" when it means "installed fonts"
#1052
1 parent d93fbf4 commit e208889

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-fonts-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
541541
mixture of scripts will sometimes omit specific scripts such as Arabic
542542
from the set of glyphs supported in the italic face. User agents
543543
should be careful about making <em>character map</em> assumptions across
544-
faces when implementing support for <em>system font fallback</em>.
544+
faces when implementing support for <em>installed font fallback</em>.
545545

546546
<h3 id="font-size-prop">Font size: the 'font-size' property</h3>
547547

@@ -1189,7 +1189,7 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
11891189

11901190
<li>For other family names, the user agent attempts to find the
11911191
family name among fonts defined via <code>@font-face</code> rules and then
1192-
among available system fonts, matching names with a
1192+
among available installed fonts, matching names with a
11931193
<a href="#font-family-casing">case-insensitive comparison</a> as outlined
11941194
in the section above.
11951195
On systems containing fonts with multiple localized font family
@@ -1391,7 +1391,7 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
13911391
<!-- resolution on the above: http://lists.w3.org/Archives/Public/www-style/2012Nov/0292.html -->
13921392

13931393
<li>If there are no more font families to be evaluated and no matching
1394-
face has been found, then the user agent performs a <dfn>system font
1394+
face has been found, then the user agent performs a <dfn>installed font
13951395
fallback</dfn> procedure to find the best match for the character to be
13961396
rendered. The result of this procedure may vary across user agents.
13971397
</li>
@@ -1791,7 +1791,7 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
17911791
For: @font-palette-values
17921792
</pre>
17931793

1794-
This descriptor defines the font family name that this palette applies to. This palette will only ever be applied to the font with this name. The value of this descriptor matches the definition of the <<family-name>> for the 'font-family' property. This means that only named font families are allowed and rules that including generic or system fonts in the list of font families are syntax errors. If syntax errors occur within the font family list, the entire rule must be ignored.
1794+
This descriptor defines the font family name that this palette applies to. This palette will only ever be applied to the font with this name. The value of this descriptor matches the definition of the <<family-name>> for the 'font-family' property. This means that only named font families are allowed and rules that including generic or installed fonts in the list of font families are syntax errors. If syntax errors occur within the font family list, the entire rule must be ignored.
17951795

17961796
<h3 id="base-palette-desc">Specifying the base palette: the 'base-palette' descriptor</h3>
17971797

0 commit comments

Comments
 (0)