|
115 | 115 |
|
116 | 116 | <h1>CSS Fonts Module Level 3</h1> |
117 | 117 |
|
118 | | - <h2 class="no-num no-toc" id=editors-draft-26-august-2013>Editor's Draft |
119 | | - 26 August 2013</h2> |
| 118 | + <h2 class="no-num no-toc" id=editors-draft-28-august-2013>Editor's Draft |
| 119 | + 28 August 2013</h2> |
120 | 120 |
|
121 | 121 | <dl id=authors> |
122 | 122 | <dt>This version: |
123 | 123 |
|
124 | 124 | <dd><a |
125 | 125 | href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a> |
126 | | - <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css-fonts-3-20130826/">http://www.w3.org/TR/2013/ED-css-fonts-3-20130826/</a> --> |
| 126 | + <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css-fonts-3-20130828/">http://www.w3.org/TR/2013/ED-css-fonts-3-20130828/</a> --> |
127 | 127 |
|
128 | 128 |
|
129 | 129 | <dt>Latest version: |
@@ -1746,6 +1746,22 @@ <h3 id=font-size-adjust-prop><span class=secno>3.6 </span>Relative sizing: |
1746 | 1746 | <code>ex</code> and <code>ch</code> but does not affect the size of |
1747 | 1747 | <code>em</code> units. |
1748 | 1748 |
|
| 1749 | + <p class=note>In CSS, authors typically specify <a |
| 1750 | + href="http://www.w3.org/TR/CSS2/visudet.html#propdef-line-height">‘<code |
| 1751 | + class=property>line-height</code>’</a> using <a |
| 1752 | + href="http://dev.w3.org/csswg/css-values/#em-unit">‘<code |
| 1753 | + class=property>em</code>’</a> units so that the <a |
| 1754 | + href="http://www.w3.org/TR/CSS2/visudet.html#propdef-line-height">‘<code |
| 1755 | + class=property>line-height</code>’</a> is linked to the font size. Since |
| 1756 | + the ‘<a href="#propdef-font-size-adjust"><code |
| 1757 | + class=property>font-size-adjust</code></a>’ property affects the font |
| 1758 | + size used but does not affect the size of font relative units, authors |
| 1759 | + should take care setting the line height when ‘<a |
| 1760 | + href="#propdef-font-size-adjust"><code |
| 1761 | + class=property>font-size-adjust</code></a>’ is used. Setting the line |
| 1762 | + height too tightly could result in overlapping lines of text in this |
| 1763 | + situation. |
| 1764 | + |
1749 | 1765 | <p>Authors can calculate the <a href="#aspect-value"><i>aspect |
1750 | 1766 | value</i></a> for a given font by comparing spans with the same content |
1751 | 1767 | but different font-size-adjust properties. If the same font-size is used, |
@@ -6108,20 +6124,19 @@ <h3 class=no-num id=normative-references>Normative References</h3> |
6108 | 6124 | <dt id=CSS3VAL>[CSS3VAL] |
6109 | 6125 |
|
6110 | 6126 | <dd>Håkon Wium Lie; Tab Atkins; Elika J. Etemad. <a |
6111 | | - href="http://www.w3.org/TR/2013/CR-css3-values-20130404/"><cite>CSS |
6112 | | - Values and Units Module Level 3.</cite></a> 4 April 2013. W3C Candidate |
| 6127 | + href="http://www.w3.org/TR/2013/CR-css3-values-20130730/"><cite>CSS |
| 6128 | + Values and Units Module Level 3.</cite></a> 30 July 2013. W3C Candidate |
6113 | 6129 | Recommendation. (Work in progress.) URL: <a |
6114 | | - href="http://www.w3.org/TR/2013/CR-css3-values-20130404/">http://www.w3.org/TR/2013/CR-css3-values-20130404/</a> |
| 6130 | + href="http://www.w3.org/TR/2013/CR-css3-values-20130730/">http://www.w3.org/TR/2013/CR-css3-values-20130730/</a> |
6115 | 6131 | </dd> |
6116 | 6132 | <!----> |
6117 | 6133 |
|
6118 | 6134 | <dt id=HTML5>[HTML5] |
6119 | 6135 |
|
6120 | | - <dd>Ian Hickson. <a |
6121 | | - href="http://www.w3.org/TR/2012/CR-html5-20121217/"><cite>HTML5.</cite></a> |
6122 | | - 17 December 2012. W3C Candidate Recommendation. (Work in progress.) URL: |
6123 | | - <a |
6124 | | - href="http://www.w3.org/TR/2012/CR-html5-20121217/">http://www.w3.org/TR/2012/CR-html5-20121217/</a> |
| 6136 | + <dd>Robin Berjon; et al. <a |
| 6137 | + href="http://www.w3.org/TR/2013/CR-html5-20130806/"><cite>HTML5.</cite></a> |
| 6138 | + 6 August 2013. W3C Candidate Recommendation. (Work in progress.) URL: <a |
| 6139 | + href="http://www.w3.org/TR/2013/CR-html5-20130806/">http://www.w3.org/TR/2013/CR-html5-20130806/</a> |
6125 | 6140 | </dd> |
6126 | 6141 | <!----> |
6127 | 6142 |
|
|
0 commit comments