From 42a50349daa26d3b8e4b71a4c81f47f46c186fbb Mon Sep 17 00:00:00 2001 From: Chris Lilley Date: Wed, 20 Nov 2024 16:06:08 -0500 Subject: [PATCH] [css-fonts-4] Use unicode-range-token instead of urange #8835 --- css-fonts-4/Overview.bs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css-fonts-4/Overview.bs b/css-fonts-4/Overview.bs index a72f4bc6ef6..6d820d63da3 100644 --- a/css-fonts-4/Overview.bs +++ b/css-fonts-4/Overview.bs @@ -3230,7 +3230,7 @@ Character range: the 'unicode-range!!descriptor' descriptor
 Name: unicode-range
-Value: <>#
+Value: <>#
 Initial: U+0-10FFFF
 For: @font-face
 
@@ -3243,13 +3243,12 @@ For: @font-face This descriptor defines the set of Unicode codepoints that may be supported by the font face for which it is declared. The descriptor -value is a comma-delimited list of Unicode range (<>) +value is a comma-delimited list of Unicode range token (>) values. The union of these ranges defines the set of codepoints that serves as a hint for user agents when deciding whether or not to download a font resource for a given text run. -Each <> value is a -UNICODE-RANGE +Each <> value is a token made up of a "U+" or "u+" prefix followed by a codepoint range in one of the three forms listed below. Ranges that do not fit one of these forms are invalid