Skip to content

Commit e9a9014

Browse files
litherumsvgeesus
authored andcommitted
[css-fonts-4] Rename "system font fallback" to "installed font fallback" to avoid confusion with the system font
It isn't actually marked as a proper Bikeshed 'term,' so there will be no broken links.
1 parent 3aea8da commit e9a9014

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
@@ -1940,7 +1940,7 @@ The <dfn id="at-font-face-rule">''@font-face''</dfn> rule</h3>
19401940
to use downloaded fonts when rendering characters
19411941
in other documents for which
19421942
no other available font exists
1943-
as part of the <em>system font fallback</em> procedure.
1943+
as part of the <em>installed font fallback</em> procedure.
19441944
However, this would cause a security leak
19451945
since the contents of one page would be able to affect other pages,
19461946
something an attacker could use as an attack vector.
@@ -3710,7 +3710,7 @@ Cluster matching</h3>
37103710
than the general case of matching a single character by itself.
37113711
For sequences containing variation selectors,
37123712
which indicate the precise glyph to be used for a given character,
3713-
user agents always attempt <a>system font fallback</a>
3713+
user agents always attempt <a>installed font fallback</a>
37143714
to find the appropriate glyph
37153715
before using the default glyph of the base character.
37163716

@@ -3761,7 +3761,7 @@ Cluster matching</h3>
37613761
and the trailing selectors must be ignored. [[!UNICODE]]</li>
37623762

37633763
<li>Otherwise, the user agent may optionally use
3764-
system font fallback
3764+
installed font fallback
37653765
to match a font that <a>supports</a>
37663766
the entire cluster.</li>
37673767

@@ -3819,7 +3819,7 @@ Character handling issues</h3>
38193819
contain a glyph for that codepoint,
38203820
user agents must display some form of missing glyph symbol
38213821
for that character
3822-
rather than attempting <a>system font fallback</a>
3822+
rather than attempting <a>installed font fallback</a>
38233823
for that codepoint.
38243824
When matching the replacement character U+FFFD,
38253825
user agents may skip the font matching process

0 commit comments

Comments
 (0)