[css3-fonts] revise description of font-size-adjust to prevent confusion

Mon, 26 Aug 2013 16:14:56 +0900

author
John Daggett <jdaggett@mozilla.com>
date
Mon, 26 Aug 2013 16:14:56 +0900
changeset 8930
77d3edf17f8c
parent 8929
191514a944aa
child 8931
b47ea7ac01c7

[css3-fonts] revise description of font-size-adjust to prevent confusion

css-fonts/Fonts.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-fonts/Fonts.html	Mon Aug 26 15:53:00 2013 +0900
     1.2 +++ b/css-fonts/Fonts.html	Mon Aug 26 16:14:56 2013 +0900
     1.3 @@ -1703,12 +1703,16 @@
     1.4      for the first font in the list of fonts defined for the initial value of
     1.5      the <a href="#propdef-font-family" title="font-family!!property">‘<code
     1.6      class=property>font-family</code>’</a> property. Effectively this is
     1.7 -    the default font used when <a href="#propdef-font-family"
     1.8 +    the default font used for basic Latin text when <a
     1.9 +    href="#propdef-font-family" title="font-family!!property">‘<code
    1.10 +    class=property>font-family</code>’</a> is not otherwise specified. It
    1.11 +    does not vary based on document content and it is not calculated based on
    1.12 +    the computed value of <a href="#propdef-font-family"
    1.13      title="font-family!!property">‘<code
    1.14 -    class=property>font-family</code>’</a> is not otherwise specified.
    1.15 -    <p>Authors can use this value to specify that font size should be
    1.16 -     normalized across fonts based on the x-height without the need to
    1.17 -     specify the aspect ratio explicitly.</p>
    1.18 +    class=property>font-family</code>’</a> for a given element.
    1.19 +    <p class=note>Authors can use this value to specify that font size should
    1.20 +     be normalized across fonts based on the x-height without the need to
    1.21 +     specify the aspect value explicitly.</p>
    1.22  
    1.23     <dt><dfn id=aspect-ratio-value><var>&lt;number&gt;</var></dfn>
    1.24  
    1.25 @@ -5910,6 +5914,14 @@
    1.26  
    1.27     <li>revised wording of font fetching algorithm
    1.28  
    1.29 +   <li>clarify meaning of <a href="#font-size-adjust-auto-value"
    1.30 +    title="auto!!font-size-adjust">‘<code class=property>auto</code>’</a>
    1.31 +    value for ‘<a href="#propdef-font-size-adjust"><code
    1.32 +    class=property>font-size-adjust</code></a>’
    1.33 +
    1.34 +   <li>allow user agents to synthesize OpenType <span class=tag>kern</span>
    1.35 +    feature
    1.36 +
    1.37     <li>minor editorial cleanups
    1.38    </ul>
    1.39  

mercurial