css-fonts/Fonts.html

changeset 8187
402870708eb9
parent 8178
ba0a2725b6cd
child 8197
1e26e4454f98
     1.1 --- a/css-fonts/Fonts.html	Thu May 16 17:15:50 2013 -0700
     1.2 +++ b/css-fonts/Fonts.html	Fri May 17 17:03:30 2013 +0900
     1.3 @@ -112,7 +112,7 @@
     1.4  
     1.5     <h1>CSS Fonts Module Level 3</h1>
     1.6  
     1.7 -   <h2 class="no-num no-toc" id=editors-draft-15-may-2013>Editor's Draft 15
     1.8 +   <h2 class="no-num no-toc" id=editors-draft-17-may-2013>Editor's Draft 17
     1.9      May 2013</h2>
    1.10  
    1.11     <dl id=authors>
    1.12 @@ -120,7 +120,7 @@
    1.13  
    1.14      <dd><a
    1.15       href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
    1.16 -     <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130515/">http://www.w3.org/TR/2013/ED-css3-fonts-20130515/</a> -->
    1.17 +     <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130517/">http://www.w3.org/TR/2013/ED-css3-fonts-20130517/</a> -->
    1.18       
    1.19  
    1.20      <dt>Latest version:
    1.21 @@ -1368,8 +1368,9 @@
    1.22  
    1.23     <dd> A <a class=value-def
    1.24      name=value-def-relative-size>&lt;relative-size&gt;</a> keyword is
    1.25 -    interpreted relative to the table of font sizes and the font size of the
    1.26 -    parent element. Possible values are:
    1.27 +    interpreted relative to the table of font sizes and the computed ‘<a
    1.28 +    href="#propdef-font-size"><code class=property>font-size</code></a>’ of
    1.29 +    the parent element. Possible values are:
    1.30      <p> [ larger | smaller ]
    1.31  
    1.32      <p> For example, if the parent element has a font size of ‘<code
    1.33 @@ -1384,8 +1385,8 @@
    1.34     <dt><span class=index-inst id=ltlengthgt
    1.35      title="&lt;length&gt;">&lt;length&gt;</span>
    1.36  
    1.37 -   <dd>A length value specifies an absolute font size (that is independent of
    1.38 -    the user agent's font table). Negative lengths are illegal.
    1.39 +   <dd>A length value specifies an absolute font size (independent of the
    1.40 +    user agent's font table). Negative lengths are illegal.
    1.41  
    1.42     <dt><span class=index-inst id=ltpercentagegt-
    1.43      title="&lt;percentage&gt;">&lt;percentage&gt; </span>
    1.44 @@ -1396,11 +1397,11 @@
    1.45      cascadable style sheets.
    1.46    </dl>
    1.47  
    1.48 -  <p>The following table provides user agent's guideline for the
    1.49 -   absolute-size scaling factor and their mapping to XHTML heading and
    1.50 -   absolute font-sizes. The ‘<code class=property>medium</code>’ value is
    1.51 -   used as the reference middle value. The user agent may fine-tune these
    1.52 -   values for different fonts or different types of display devices.
    1.53 +  <p>The following table provides user agent guidelines for the absolute-size
    1.54 +   scaling factor and their mapping to HTML heading and absolute font-sizes.
    1.55 +   The ‘<code class=property>medium</code>’ value is used as the
    1.56 +   reference middle value. The user agent may fine-tune these values for
    1.57 +   different fonts or different types of display devices.
    1.58  
    1.59    <table class=data>
    1.60     <thead>
    1.61 @@ -1444,7 +1445,7 @@
    1.62       <td>3/1
    1.63  
    1.64      <tr>
    1.65 -     <th>XHTML headings
    1.66 +     <th>HTML headings
    1.67  
    1.68       <td>h6
    1.69  
    1.70 @@ -1463,7 +1464,7 @@
    1.71       <td> 
    1.72  
    1.73      <tr>
    1.74 -     <th>XHTML font sizes
    1.75 +     <th>HTML font sizes
    1.76  
    1.77       <td>1
    1.78  
    1.79 @@ -1484,7 +1485,8 @@
    1.80  
    1.81    <p class=note><em><strong>Note 1.</strong> To preserve readability, an UA
    1.82     applying these guidelines should nevertheless avoid creating font-size
    1.83 -   resulting in less than 9 pixels per EM unit on a computer display .</em>
    1.84 +   resulting in less than 9 device pixels per EM unit on a computer display
    1.85 +   .</em>
    1.86  
    1.87    <p class=note><em><strong>Note 2.</strong> In CSS1, the suggested scaling
    1.88     factor between adjacent indexes was 1.5 which user experience proved to be
    1.89 @@ -1828,9 +1830,11 @@
    1.90  </pre>
    1.91  
    1.92     <p> In the second rule, the font size percentage value (‘<code
    1.93 -    class=css>80%</code>’) refers to the font size of the parent element.
    1.94 -    In the third rule, the line height percentage (‘<code
    1.95 -    class=css>110%</code>’) refers to the font size of the element itself.
    1.96 +    class=css>80%</code>’) refers to the computed ‘<a
    1.97 +    href="#propdef-font-size"><code class=property>font-size</code></a>’ of
    1.98 +    the parent element. In the third rule, the line height percentage
    1.99 +    (‘<code class=css>110%</code>’) refers to the font size of the
   1.100 +    element itself.
   1.101  
   1.102     <p>The first three rules do not specify the <span class=property>‘<a
   1.103      href="#propdef-font-variant"><code

mercurial