|
112 | 112 |
|
113 | 113 | <h1>CSS Fonts Module Level 3</h1> |
114 | 114 |
|
115 | | - <h2 class="no-num no-toc" id=editors-draft-7-may-2013>Editor's Draft 7 May |
| 115 | + <h2 class="no-num no-toc" id=editors-draft-8-may-2013>Editor's Draft 8 May |
116 | 116 | 2013</h2> |
117 | 117 |
|
118 | 118 | <dl id=authors> |
119 | 119 | <dt>This version: |
120 | 120 |
|
121 | 121 | <dd><a |
122 | 122 | href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a> |
123 | | - <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130507/">http://www.w3.org/TR/2013/ED-css3-fonts-20130507/</a> --> |
| 123 | + <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130508/">http://www.w3.org/TR/2013/ED-css3-fonts-20130508/</a> --> |
124 | 124 |
|
125 | 125 |
|
126 | 126 | <dt>Latest version: |
@@ -4334,10 +4334,16 @@ <h3 id=font-feature-values><span class=secno>6.9 </span>Defining font |
4334 | 4334 | <pre>@{F}{O}{N}{T}{-}{F}{E}{A}{T}{U}{R}{E}{-}{V}{A}{L}{U}{E}{S} {return FONT_FEATURE_VALUES_SYM;} |
4335 | 4335 | </pre> |
4336 | 4336 |
|
4337 | | - <p>These rules define a set of values for a specific font feature as used |
4338 | | - for a given set of families. Effectively, they define a mapping of |
4339 | | - ⟨family, feature, ident⟩ → ⟨values⟩ where ⟨values⟩ are the |
4340 | | - indices used for specific features defined for a given font. |
| 4337 | + <p>Feature value blocks are treated <a |
| 4338 | + href="http://www.w3.org/TR/CSS2/syndata.html#at-rules">similar to |
| 4339 | + at-rules</a>, they consist of everything up to the next block or |
| 4340 | + semi-colon, whichever comes first. |
| 4341 | + |
| 4342 | + <p>Font feature values rules define a set of values for a specific font |
| 4343 | + feature as used for a given set of families. Effectively, they define a |
| 4344 | + mapping of ⟨family, feature, ident⟩ → ⟨values⟩ where |
| 4345 | + ⟨values⟩ are the indices used for specific features defined for a |
| 4346 | + given font. |
4341 | 4347 |
|
4342 | 4348 | <p>The font family list uses the same syntax as that used for the ‘<a |
4343 | 4349 | href="#descdef-font-family"><code class=property>font-family</code></a>’ |
|
0 commit comments