Skip to content

Commit 3dba15d

Browse files
committed
[css-fonts-4] JS-free probing of Unicode support w3c#5578
1 parent 60cccd1 commit 3dba15d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

css-fonts-4/Overview.bs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6434,7 +6434,12 @@ In contrast to older technologies
64346434
and sent this information in HTTP headers)
64356435
such probing must be done one font at a time,
64366436
providing the font family name
6437-
and then checking via script whether the font was loaded.
6437+
and then checking
6438+
(either via script,
6439+
or by using unicode-range to selectively download webfonts
6440+
depending on whether the user has a font by a certain name
6441+
that supports a certain character)
6442+
whether the font was loaded.
64386443
This takes time, and checking for more than a few hundred fonts
64396444
introduces a noticeable delay in page rendering.
64406445

@@ -6612,7 +6617,8 @@ Changes
66126617
<!-- new ones at the top -->
66136618

66146619
<ul>
6615-
<!-- to Nov 3 2020 -->
6620+
<!-- to Nov 12 2020 -->
6621+
<li>Clarified that JS-free probing of Unicode support of fonts is possible</li>
66166622
<li>Clarified OpenType feature tags are 4 characters, trailing-space padded</li>
66176623
<li>Added font metric override descriptors</li>
66186624
<li>Added link to font features enabled by default</li>

0 commit comments

Comments
 (0)