Skip to content

Commit f3f41ac

Browse files
committed
[css-font-loading-3][editorial] unicode-range is a descriptor
1 parent 3fd9b39 commit f3f41ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-font-loading-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ Events</h3>
793793

794794
<li>
795795
For each font face in <var>matched font faces</var>,
796-
if its defined 'unicode-range' does not include the codepoint of at least one character in <var>text</var>,
796+
if its defined 'unicode-range!!descriptor' does not include the codepoint of at least one character in <var>text</var>,
797797
remove it from the list.
798798

799799
Note: Therefore, if <var>text</var> is the empty string, every font will be removed.
@@ -888,7 +888,7 @@ The <code>check()</code> method</h3>
888888
as they are non-obvious:
889889

890890
* If the specified fonts exist,
891-
but all possible faces are ruled out due to their unicode-range not covering the provided text,
891+
but all possible faces are ruled out due to their 'unicode-range!!descriptor' not covering the provided text,
892892
the method returns <code>true</code>,
893893
as the text will be rendered in the UA's fallback font instead,
894894
and won't trigger any font loads.

0 commit comments

Comments
 (0)