|
79 | 79 |
|
80 | 80 | <h1>CSS3 Module: Fonts</h1> |
81 | 81 |
|
82 | | - <h2 class="no-num no-toc" id=editors>Editor's Draft 19 January 2009</h2> |
| 82 | + <h2 class="no-num no-toc" id=editors>Editor's Draft 20 January 2009</h2> |
83 | 83 |
|
84 | 84 | <dl id=authors> |
85 | 85 | <dt>This version: |
@@ -158,8 +158,8 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2> |
158 | 158 |
|
159 | 159 | <p>This CSS3 module describes how font properties are specified and how |
160 | 160 | font resources are loaded dynamically. The contents of this specification |
161 | | - are a consolidation of content previously divided into into CSS3 Fonts and |
162 | | - CSS3 Web Fonts. |
| 161 | + are a consolidation of content previously divided into CSS3 Fonts and CSS3 |
| 162 | + Web Fonts modules. |
163 | 163 |
|
164 | 164 | <h2 class="no-num no-toc" id=status>Status of this document</h2> |
165 | 165 | <!--begin-status--> |
@@ -1834,13 +1834,16 @@ <h3 id=font-reference><span class=secno>4.3 </span>Font reference: the |
1834 | 1834 | <td>N/A |
1835 | 1835 | </table> |
1836 | 1836 |
|
1837 | | - <p>This descriptor is required for referencing actual font data, whether |
1838 | | - downloadable or locally installed. It is a prioritized, comma-separated |
1839 | | - list of external references or locally installed font face names. When |
1840 | | - font data is needed the user agent iterates over the set of references |
1841 | | - listed, using the first one it can resolve. |
| 1837 | + <p>This descriptor specifies the resource containing font data. It is |
| 1838 | + required , whether the font is downloadable or locally installed. It's |
| 1839 | + value is a prioritized, comma-separated list of external references or |
| 1840 | + locally installed font face names. When a font is needed the user agent |
| 1841 | + iterates over the set of references listed, using the first one it can |
| 1842 | + successfully activate. Fonts containing invalid data are treated as if |
| 1843 | + they were not found, the user agent continues to the next font in the |
| 1844 | + list. |
1842 | 1845 |
|
1843 | | - <p>The external reference consists of a URI, followed by an optional hint |
| 1846 | + <p>External references consist of a URI, followed by an optional hint |
1844 | 1847 | regarding the format of font resource to be found at that URI. The format |
1845 | 1848 | hint contains a comma-separated list of format strings that denote |
1846 | 1849 | well-known font formats. User agents should skip downloading a font |
@@ -1911,8 +1914,8 @@ <h3 id=font-reference><span class=secno>4.3 </span>Font reference: the |
1911 | 1914 | <p>Arabic font with different versions for specific platforms:</p> |
1912 | 1915 |
|
1913 | 1916 | <pre> |
1914 | | - src: url(../fonts/LateefRegOT.ttf) format("opentype"), |
1915 | | - url(../fonts/LateefRegAAT.ttf) format("truetype-aat"); |
| 1917 | + src: url(../fonts/LateefRegAAT.ttf) format("truetype-aat"), |
| 1918 | + url(../fonts/LateefRegOT.ttf) format("opentype"); |
1916 | 1919 | </pre> |
1917 | 1920 |
|
1918 | 1921 | <p>A font containing tables to support multiple advanced font formats:</p> |
|
0 commit comments