Skip to content

Commit 785846e

Browse files
author
John Daggett
committed
minor edits
1 parent 552bdf4 commit 785846e

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

css3-fonts/Fonts.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
<h1>CSS3 Module: Fonts</h1>
8181

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>
8383

8484
<dl id=authors>
8585
<dt>This version:
@@ -158,8 +158,8 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
158158

159159
<p>This CSS3 module describes how font properties are specified and how
160160
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.
163163

164164
<h2 class="no-num no-toc" id=status>Status of this document</h2>
165165
<!--begin-status-->
@@ -1834,13 +1834,16 @@ <h3 id=font-reference><span class=secno>4.3 </span>Font reference: the
18341834
<td>N/A
18351835
</table>
18361836

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.
18421845

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
18441847
regarding the format of font resource to be found at that URI. The format
18451848
hint contains a comma-separated list of format strings that denote
18461849
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
19111914
<p>Arabic font with different versions for specific platforms:</p>
19121915

19131916
<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");
19161919
</pre>
19171920

19181921
<p>A font containing tables to support multiple advanced font formats:</p>

0 commit comments

Comments
 (0)