Skip to content

Commit e1026b2

Browse files
author
John Daggett
committed
[css3-fonts] more updates based on terribly late Internationalization WG comments
1 parent 4af669a commit e1026b2

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

css-fonts/Fonts.html

+12-11
Original file line numberDiff line numberDiff line change
@@ -2693,13 +2693,12 @@ <h3 id=unicode-range-desc><span class=secno>4.5 </span>Character range: the
26932693
<dl>
26942694
<dt>single codepoint (e.g. U+416)
26952695

2696-
<dd>a valid Unicode codepoint, represented as one to six hexadecimal
2697-
digits
2696+
<dd>a Unicode codepoint, represented as one to six hexadecimal digits
26982697

26992698
<dt>interval range (e.g. U+400-4ff)
27002699

2701-
<dd>represented as two hyphen-separated valid Unicode codepoints
2702-
indicating the inclusive start and end codepoints of a range
2700+
<dd>represented as two hyphen-separated Unicode codepoints indicating the
2701+
inclusive start and end codepoints of a range
27032702

27042703
<dt>wildcard range (e.g. U+4??)
27052704

@@ -2709,17 +2708,18 @@ <h3 id=unicode-range-desc><span class=secno>4.5 </span>Character range: the
27092708

27102709
<p>Individual codepoints are written using hexadecimal values that
27112710
correspond to <a href="http://www.unicode.org/charts/">Unicode character
2712-
codepoints</a>. Valid Unicode codepoint values vary between 0 and 10FFFF
2711+
codepoints</a>. Unicode codepoint values must be between 0 and 10FFFF
27132712
inclusive. Digit values of codepoints are ASCII case-insensitive. For
2714-
interval ranges, the start and end codepoints are valid Unicode values and
2715-
the end codepoint is greater than or equal to the start codepoint.
2713+
interval ranges, the start and end codepoints must be within the range
2714+
noted above and the end codepoint must be greater than or equal to the
2715+
start codepoint.
27162716

27172717
<p>Wildcard ranges specified with ‘?’ that lack an initial digit (e.g.
27182718
"U+???") are valid and equivalent to a wildcard range with an initial zero
27192719
digit (e.g. "U+0???" = "U+0000-0FFF"). Wildcard ranges that extend beyond
2720-
the range of valid Unicode codepoints are invalid. Because of this, the
2721-
maximum number of trailing ‘<code class=css>?</code>’ wildcard
2722-
characters is five, even though the <a
2720+
the range of Unicode codepoints are invalid. Because of this, the maximum
2721+
number of trailing ‘<code class=css>?</code>’ wildcard characters is
2722+
five, even though the <a
27232723
href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><code
27242724
title="UNICODE-RANGE token">UNICODE-RANGE</code></a> token accepts six.
27252725

@@ -3398,7 +3398,8 @@ <h3 id=cluster-matching><span class=secno>5.3 </span>Cluster matching</h3>
33983398
<li>If a sequence of multiple codepoints is canonically equivalent to a
33993399
single character and the font <a href="#support"><em
34003400
title=support>supports</em></a> that character, select this font for
3401-
the sequence.
3401+
the sequence and use the glyph associated with the canonically
3402+
equiavlent character for the entire cluster.
34023403
</ol>
34033404

34043405
<li>If no font was found in the font list in step 1:

0 commit comments

Comments
 (0)