Skip to content

Commit 1648312

Browse files
author
John Daggett
committed
[css3-fonts] another urange tweak
1 parent 7e0e05a commit 1648312

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css3-fonts/Fonts.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,16 +2484,16 @@ <h3 id=unicode-range-desc><span class=secno>4.5 </span>Character range: the
24842484
<p>This descriptor defines the range of Unicode characters supported by a
24852485
given font. The values of <span class=index-def id=lturangegt
24862486
title="&lt;urange&gt;"><a name=value-def-urange>&lt;urange&gt;</a></span>
2487-
are expressed using hexadecimal numbers prefixed by "U+", corresponding to
2488-
<a href="http://www.unicode.org/charts/">Unicode character code
2489-
points</a>. The unicode-range descriptor serves as a hint for user agents
2490-
when deciding whether or not to download a font resource.
2487+
are expressed using hexadecimal numbers prefixed by "U+" or "u+",
2488+
corresponding to <a href="http://www.unicode.org/charts/">Unicode
2489+
character code points</a>. The unicode-range descriptor serves as a hint
2490+
for user agents when deciding whether or not to download a font resource.
24912491

24922492
<p>Unicode range values are written using hexadecimal values and are ASCII
2493-
case-insensitive. Each is prefixed by "U+" and multiple, discontinuous
2494-
ranges are separated by commas. Whitespace before or after commas is
2495-
ignored. Valid character code values vary between 0 and 10FFFF inclusive.
2496-
A single range has three basic forms:
2493+
case-insensitive. Each is prefixed by "U+" or "u+" and multiple,
2494+
discontinuous ranges are separated by commas. Whitespace before or after
2495+
commas is ignored. Valid character code values vary between 0 and 10FFFF
2496+
inclusive. A single range has three basic forms:
24972497

24982498
<ul>
24992499
<li>a single code point (e.g. U+416)

0 commit comments

Comments
 (0)