css-fonts/Fonts.html

changeset 9156
b08fc2c6efdd
parent 9154
3479cdefc59a
child 9207
b94272546db6
     1.1 --- a/css-fonts/Fonts.html	Fri Sep 13 13:27:04 2013 +0900
     1.2 +++ b/css-fonts/Fonts.html	Fri Sep 13 13:45:46 2013 +0900
     1.3 @@ -2693,13 +2693,12 @@
     1.4    <dl>
     1.5     <dt>single codepoint (e.g. U+416)
     1.6  
     1.7 -   <dd>a valid Unicode codepoint, represented as one to six hexadecimal
     1.8 -    digits
     1.9 +   <dd>a Unicode codepoint, represented as one to six hexadecimal digits
    1.10  
    1.11     <dt>interval range (e.g. U+400-4ff)
    1.12  
    1.13 -   <dd>represented as two hyphen-separated valid Unicode codepoints
    1.14 -    indicating the inclusive start and end codepoints of a range
    1.15 +   <dd>represented as two hyphen-separated Unicode codepoints indicating the
    1.16 +    inclusive start and end codepoints of a range
    1.17  
    1.18     <dt>wildcard range (e.g. U+4??)
    1.19  
    1.20 @@ -2709,17 +2708,18 @@
    1.21  
    1.22    <p>Individual codepoints are written using hexadecimal values that
    1.23     correspond to <a href="http://www.unicode.org/charts/">Unicode character
    1.24 -   codepoints</a>. Valid Unicode codepoint values vary between 0 and 10FFFF
    1.25 +   codepoints</a>. Unicode codepoint values must be between 0 and 10FFFF
    1.26     inclusive. Digit values of codepoints are ASCII case-insensitive. For
    1.27 -   interval ranges, the start and end codepoints are valid Unicode values and
    1.28 -   the end codepoint is greater than or equal to the start codepoint.
    1.29 +   interval ranges, the start and end codepoints must be within the range
    1.30 +   noted above and the end codepoint must be greater than or equal to the
    1.31 +   start codepoint.
    1.32  
    1.33    <p>Wildcard ranges specified with ‘?’ that lack an initial digit (e.g.
    1.34     "U+???") are valid and equivalent to a wildcard range with an initial zero
    1.35     digit (e.g. "U+0???" = "U+0000-0FFF"). Wildcard ranges that extend beyond
    1.36 -   the range of valid Unicode codepoints are invalid. Because of this, the
    1.37 -   maximum number of trailing ‘<code class=css>?</code>’ wildcard
    1.38 -   characters is five, even though the <a
    1.39 +   the range of Unicode codepoints are invalid. Because of this, the maximum
    1.40 +   number of trailing ‘<code class=css>?</code>’ wildcard characters is
    1.41 +   five, even though the <a
    1.42     href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><code
    1.43     title="UNICODE-RANGE token">UNICODE-RANGE</code></a> token accepts six.
    1.44  
    1.45 @@ -3398,7 +3398,8 @@
    1.46       <li>If a sequence of multiple codepoints is canonically equivalent to a
    1.47        single character and the font <a href="#support"><em
    1.48        title=support>supports</em></a> that character, select this font for
    1.49 -      the sequence.
    1.50 +      the sequence and use the glyph associated with the canonically
    1.51 +      equiavlent character for the entire cluster.
    1.52      </ol>
    1.53  
    1.54     <li>If no font was found in the font list in step 1:

mercurial