|
115 | 115 |
|
116 | 116 | <h1>CSS Fonts Module Level 3</h1> |
117 | 117 |
|
118 | | - <h2 class="no-num no-toc" id=editors-draft-19-august-2013>Editor's Draft |
119 | | - 19 August 2013</h2> |
| 118 | + <h2 class="no-num no-toc" id=editors-draft-26-august-2013>Editor's Draft |
| 119 | + 26 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-20130819/">http://www.w3.org/TR/2013/ED-css-fonts-3-20130819/</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> --> |
127 | 127 |
|
128 | 128 |
|
129 | 129 | <dt>Latest version: |
@@ -5293,17 +5293,20 @@ <h3 id=font-feature-settings-prop><span class=secno>6.12 </span>Low-level |
5293 | 5293 | rules</a> defined in the OpenType specification <a |
5294 | 5294 | href="#OPENTYPE-FEATURES" |
5295 | 5295 | rel=biblioentry>[OPENTYPE-FEATURES]<!--{{!OPENTYPE-FEATURES}}--></a>. |
5296 | | - Feature tags not present in the font are ignored; a user agent must not |
5297 | | - attempt to synthesize fallback behavior based on these feature tags. |
5298 | | - |
5299 | | - <p>This means that explicitly disabling the <span class=tag>kern</span> |
5300 | | - feature will not affect the application of kerning data found in the |
5301 | | - ‘<code class=property>kern</code>’ table (as opposed to kerning data |
5302 | | - associated with the <span class=tag>kern</span> feature in the ‘<code |
5303 | | - class=property>GPOS</code>’ table). Authors should use the ‘<a |
| 5296 | + |
| 5297 | + <p>Feature tags not present in the font are ignored; a user agent must not |
| 5298 | + attempt to synthesize fallback behavior based on these feature tags. The |
| 5299 | + one exception is that user agents may synthetically support the <span |
| 5300 | + class=tag>kern</span> feature with fonts that contain kerning data in the |
| 5301 | + form of a ‘<code class=property>kern</code>’ table but lack <span |
| 5302 | + class=tag>kern</span> feature support in the ‘<code |
| 5303 | + class=property>GPOS</code>’ table. |
| 5304 | + |
| 5305 | + <p class=note>In general, authors should use the ‘<a |
5304 | 5306 | href="#propdef-font-kerning"><code |
5305 | | - class=property>font-kerning</code></a>’ property to explictly enable or |
5306 | | - disable kerning since this property affects both types of kerning. |
| 5307 | + class=property>font-kerning</code></a>’ property to explicitly enable or |
| 5308 | + disable kerning since this property always affects fonts with either type |
| 5309 | + of kerning data. |
5307 | 5310 |
|
5308 | 5311 | <p>If present, a value indicates an index used for glyph selection. An |
5309 | 5312 | <integer> value must be 0 or greater. A value of 0 indicates that |
|
0 commit comments