Skip to content

Commit 875d5db

Browse files
committed
[css2] Spell fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401408
1 parent 3abe450 commit 875d5db

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

css2/fonts.src

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: fonts.src,v 2.32 1998-03-24 14:03:19 ijacobs Exp $ -->
3+
<!-- $Id: fonts.src,v 2.33 1998-03-24 14:11:14 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -66,7 +66,7 @@ downloaded over the Web.
6666

6767

6868
<P>In the CSS2 font model, as in CSS1, each user agent has a "font
69-
database" at its disposition. CSS1 refferred to this database but gave no details about what was in it. CSS2 defines the information in that database and allows style sheet authors to contribute to it. When asked to display a character with a particular font,
69+
database" at its disposition. CSS1 referred to this database but gave no details about what was in it. CSS2 defines the information in that database and allows style sheet authors to contribute to it. When asked to display a character with a particular font,
7070
the user agent first identifies the font in the database that "best
7171
fits" the specified font (according to the <a href="#algorithm">font
7272
matching algorithm)</a> Once it has identified a font, it retrieves
@@ -516,7 +516,7 @@ due a numerical value on 'font-size-adjust' and the unavailability
516516
<!-- #include src=properties/font-size-adjust.srb -->
517517

518518
<P>In <span class="index-inst" title="bicameral">bicameral</span> scripts, the subjective apparent size (and general
519-
character of a font on screen) is less dependent on its <span class="propinst-font-size">'font-size'</span> than on the value of its <span class="definst-x-height">x-height</span>, or, more usefully, on the
519+
character of a font on screen) is less dependent on its <span class="propinst-font-size">'font-size'</span> than on the value of its <span class="descinst-x-height">x-height</span>, or, more usefully, on the
520520
ratio of these two values, called the <span class="index-def" title="z
521521
value"><dfn>z value</dfn></span> (font size divided by x-height). The
522522
lower the z value, the more likely it is that a font at smaller em
@@ -526,7 +526,7 @@ with a lower z value. Straightforward font substitution that relies on
526526
font size alone may lead to illegible characters.
527527

528528
<P>For example, the popular font Verdana has a z value of 1.72; in an
529-
instance of Verdana with <span class="propinst-font-size">'font-size'</span> 100 points, the <span class="definst-x-height">x-height</span> is 58
529+
instance of Verdana with <span class="propinst-font-size">'font-size'</span> 100 points, the <span class="descinst-x-height">x-height</span> is 58
530530
pt (100/58=1.72). For comparison, Times New Roman has a z value of
531531
2.17. As the z value increases, a font for a <span class="index-inst" title="bicameral">bicameral</span> script becomes less legible at a given point size.
532532

@@ -600,7 +600,7 @@ in the style sheet. <!-- but not font-size-adjust or font-stretch -CL --> The sy
600600
this property is based on a traditional typographical shorthand
601601
notation to set multiple properties related to fonts.
602602

603-
<p>All font related properties are first reset to their initial values, including those listed in the preceeding paragraph plus <span class="propinst-font-stretch">'font-stretch'</span> and <span class="propinst-font-size-adjust">'font-size-adjust'</span>. Then, those properties that are given explicit values in the <span class="propinst-font">'font'</span> shorthand are set to those values. For a definition of allowed and initial values, see the previously defined properties. For reasons of backwards compatibility, it is not possible to set <span class="propinst-font-stretch">'font-stretch'</span> and <span class="propinst-font-size-adjust">'font-size-adjust'</span> to other than their initial values using the <span class="propinst-font">'font'</span> shorthand property; instead, set the individual properties.
603+
<p>All font related properties are first reset to their initial values, including those listed in the preceding paragraph plus <span class="propinst-font-stretch">'font-stretch'</span> and <span class="propinst-font-size-adjust">'font-size-adjust'</span>. Then, those properties that are given explicit values in the <span class="propinst-font">'font'</span> shorthand are set to those values. For a definition of allowed and initial values, see the previously defined properties. For reasons of backwards compatibility, it is not possible to set <span class="propinst-font-stretch">'font-stretch'</span> and <span class="propinst-font-size-adjust">'font-size-adjust'</span> to other than their initial values using the <span class="propinst-font">'font'</span> shorthand property; instead, set the individual properties.
604604

605605
<div class="example"><P>
606606
Examples:
@@ -678,7 +678,7 @@ fonts can only be specified with this property, not with <span
678678
class="propinst-font-family">'font-family'</span> itself, so <span
679679
class="propinst-font">'font'</span> allows authors to do more than the
680680
sum of its subproperties. However, the individual properties such as <span class="propinst-font-weight">'font-weight'</span> are still given values taken from the system font, which can be independently varied.</p>
681-
<!-- strange glitch, the last two paragraphs ocurred twice in slightly different forms - merged and the spare copy deleted -CL -->
681+
<!-- strange glitch, the last two paragraphs occurred twice in slightly different forms - merged and the spare copy deleted -CL -->
682682

683683
<div class="example">
684684
<p>Example:
@@ -1050,7 +1050,7 @@ font descriptors may be much weaker than on the full font data. Thus,
10501050
it may be possible to locally install the font definition, or at least
10511051
to have it in a local cache if it occurs in a commonly-referenced style sheet; which would not require accessing the
10521052
full font definition over the Web more than once per named font.
1053-
<!-- this justification applies even if the decriptors are in a local stylesheet -->
1053+
<!-- this justification applies even if the descriptors are in a local stylesheet -->
10541054

10551055
<P>If a font descriptor is duplicated, the last occurring descriptor
10561056
wins and the rest must be ignored.
@@ -1872,13 +1872,13 @@ parent font, the bbox should be that of the parent font.
18721872

18731873
<p>This measurement, on the em square, is from the baseline to the highest point reached by any glyph, excluding any accents or diacritical marks.
18741874

1875-
<p><img src="images/ascender.gif" alt="Diagram showning several glyphs and the maximum unaccented height"></p>
1875+
<p><img src="images/ascender.gif" alt="Diagram showing several glyphs and the maximum unaccented height"></p>
18761876

18771877
<h3><a name=descent>Maximum unaccented depth</a></h3>
18781878

18791879
<p>This measurement, on the em square, is from the baseline to the lowest point reached by any glyph, excluding any accents or diacritical marks.
18801880

1881-
<p><img src="images/descender.gif" alt="Diagram showning several glyphs and the maximum unaccented depth"></p>
1881+
<p><img src="images/descender.gif" alt="Diagram showing several glyphs and the maximum unaccented depth"></p>
18821882

18831883
<h3><a name="pan1">Panose-1 number</a></h3>
18841884

@@ -2123,7 +2123,7 @@ had been followed exactly.</p>
21232123
this font, the UA should indicate that a character is not
21242124
being displayed (for example, using the 'missing character' glyph).
21252125

2126-
<!-- [this text isn't perfect either, but it's importatnt to get it in
2126+
<!-- [this text isn't perfect either, but it's important to get it in
21272127
before going to PR, HWL] -->
21282128

21292129
<li>UAs that implement progressive rendering and have pending font

css2/notes.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: notes.src,v 2.6 1998-03-24 14:03:28 ijacobs Exp $ -->
3+
<!-- $Id: notes.src,v 2.7 1998-03-24 14:11:09 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix C: Implementation and performance notes</TITLE>
@@ -500,7 +500,7 @@ it is unable to represent Tibetan for example, or other scripts introduced with
500500

501501
<h3><a name="autodescgen">Automatic descriptor generation</a></h3>
502502

503-
<p>Authoring tools should allow style sheet authors to add and edit font descriptors. In some cases, however, authoring tools can help by examining locally installed fonts and automatically generating decriptors for fonts referenced in the style sheet. This is also a function that can be carried out by tools which subset or convert fonts ready for dynamic download.
503+
<p>Authoring tools should allow style sheet authors to add and edit font descriptors. In some cases, however, authoring tools can help by examining locally installed fonts and automatically generating descriptors for fonts referenced in the style sheet. This is also a function that can be carried out by tools which subset or convert fonts ready for dynamic download.
504504

505505
<p>This table suggests where such information can be found, for common font formats.</p>
506506

0 commit comments

Comments
 (0)