|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: fonts.src,v 1.38 1998-01-28 06:35:46 ijacobs Exp $ --> |
| 3 | +<!-- $Id: fonts.src,v 1.39 1998-01-29 00:26:01 ijacobs Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Fonts</TITLE> |
@@ -66,7 +66,7 @@ downloaded over the Web. |
66 | 66 |
|
67 | 67 |
|
68 | 68 | <P>In the CSS font model, each user agent has a "font database" at its |
69 | | -disposition. CSS2 allows stylesheet authors to contribute towards that |
| 69 | +disposition. CSS2 allows style sheet authors to contribute towards that |
70 | 70 | database. When asked to display a character with a particular font, |
71 | 71 | the user agent first identifies the font in the database that "best |
72 | 72 | fits" the specified font (according to the <a href="#algorithm">font |
@@ -659,7 +659,7 @@ appropriate values for these elements in the user's environment. |
659 | 659 | preserving some of the style sheet writer's intent in the worst case |
660 | 660 | when none of the specified fonts can be selected. For optimum |
661 | 661 | typographic control, particular named fonts should be used in |
662 | | -stylesheets. |
| 662 | +style sheets. |
663 | 663 |
|
664 | 664 |
|
665 | 665 | <p>All five generic font families may be assumed to exist in all CSS |
@@ -1239,8 +1239,8 @@ name="value-def-font-face-name"><font-face-name></a></span> is |
1239 | 1239 | the adorned font name of a locally installed font. The <span |
1240 | 1240 | class="index-def" title="adorned font name"><em>adorned font |
1241 | 1241 | name</em></span> is the name of the font as reported by the operating |
1242 | | -system and is the name most likely to be used in reader stylesheets, |
1243 | | -or author stylesheets on an intranet. Adornments such as bold, |
| 1242 | +system and is the name most likely to be used in reader style sheets, |
| 1243 | +or author style sheets on an intranet. Adornments such as bold, |
1244 | 1244 | italic, underline are often used to select the appropriate font |
1245 | 1245 | within a font family. For <a href="#aname">more information |
1246 | 1246 | about adorned font names</a> please consult the notes about fonts. |
@@ -1428,10 +1428,10 @@ or intelligent matching. |
1428 | 1428 | <!-- #include src=descriptors/definition-src.srb --> |
1429 | 1429 |
|
1430 | 1430 | <p>The font descriptors may either be within the font definition in |
1431 | | -the stylesheet, or may be provided within a separate <span |
| 1431 | +the style sheet, or may be provided within a separate <span |
1432 | 1432 | class="index-def" title="font definition resource"><em>font definition |
1433 | 1433 | resource</em></span> identified by a URI. The latter approach can |
1434 | | -reduce network traffic when multiple stylesheets reference the same |
| 1434 | +reduce network traffic when multiple style sheets reference the same |
1435 | 1435 | fonts. |
1436 | 1436 |
|
1437 | 1437 | <P>Having the font descriptors separate from the font data has a |
@@ -1499,7 +1499,7 @@ than physical embedding of the font data inside the medium. |
1499 | 1499 | specific to CSS or to style sheets. In CSS, each characteristic is |
1500 | 1500 | described by a font descriptor. These definitions could also be |
1501 | 1501 | mapped onto VRML nodes, or CGM Application Structures, or a Java API, |
1502 | | -or alternative stylesheet languages. Fonts retrieved by one medium and |
| 1502 | +or alternative style sheet languages. Fonts retrieved by one medium and |
1503 | 1503 | stored in a proxy cache could be re-used by another medium, saving |
1504 | 1504 | download time and network bandwidth. |
1505 | 1505 |
|
@@ -1831,7 +1831,7 @@ class="normref">[ISO10646]</a> for information about useful documents. |
1831 | 1831 |
|
1832 | 1832 | <p>Font formats that do not include this information, explicitly or |
1833 | 1833 | indirectly, may still use this descriptor, but the value must be |
1834 | | -supplied by the document or stylesheet author, perhaps being obtained |
| 1834 | +supplied by the document or style sheet author, perhaps being obtained |
1835 | 1835 | by inspection.</p> |
1836 | 1836 |
|
1837 | 1837 | <p>For Type 1 fonts, this value may be obtained |
@@ -1882,7 +1882,7 @@ vertical. A non-zero value does not of itself indicate an italic font. |
1882 | 1882 |
|
1883 | 1883 | <P>This specification extends the algorithm given in the CSS1 |
1884 | 1884 | specification. This algorithm reduces down to the algorithm in the |
1885 | | -CSS1 specification when the author and reader stylesheets do not |
| 1885 | +CSS1 specification when the author and reader style sheets do not |
1886 | 1886 | contain any <span class="index-inst" title="@font-face"> |
1887 | 1887 | @font-face</span> rules. |
1888 | 1888 |
|
|
0 commit comments