Skip to content

Commit fbf253e

Browse files
committed
[css2] Minor fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40676
1 parent aea53c6 commit fbf253e

5 files changed

Lines changed: 41 additions & 41 deletions

File tree

css2/fonts.src

Lines changed: 15 additions & 15 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 1.34 1998-01-14 17:45:37 ijacobs Exp $ -->
3+
<!-- $Id: fonts.src,v 1.35 1998-01-20 23:24:41 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -204,7 +204,7 @@ title="&lt;generic-family&gt;::definition of"><a name="value-def-generic-family"
204204
last alternative.</p>
205205
</DL>
206206

207-
<P> Font names containing whitespace should be quoted.
207+
<P> Font names containing <a href="syndata.html#whitespace">whitespace</a> should be quoted.
208208

209209
<div class="html-example"><P>
210210
For example:
@@ -224,7 +224,7 @@ For example:
224224
</PRE>
225225
</div>
226226

227-
<P> If quoting is omitted, any whitespace characters before and after
227+
<P> If quoting is omitted, any <a href="syndata.html#whitespace">whitespace</a> characters before and after
228228
the font name are <span class="index-inst" title="skip"><a
229229
href="syndata.html#skip">skipped</a></span> and any sequence of
230230
whitespace characters inside the font name is converted to a single
@@ -774,7 +774,7 @@ that it should only be specified at most once per font in a document.
774774
specification and the <span class="index-def" title="font
775775
data"><em>font data</em></span>, which is the data needed to format
776776
text and to render the glyph representations to which the characters
777-
map - the actual scalable outlines or bitmaps needed to to render the
777+
map - the actual scalable outlines or bitmaps needed to render the
778778
glyph representations to which the characters map. Fonts are
779779
<em>referenced</em> by style sheet properties.
780780

@@ -925,9 +925,9 @@ class="propinst-font-family">'font-family'</span> property.
925925
values as the <span class="propinst-font-style">'font-style'</span>
926926
property except that a comma separated list is permitted. The value
927927
'normal' indicates that this is the normal face of a font; it is
928-
either the only face in a a font, or it is the face which is intended
928+
either the only face in a font, or it is the face which is intended
929929
to be used alongside other companion faces. The value 'oblique'
930-
indicates that this face is a more slanted companion face than than
930+
indicates that this face is a more slanted companion face than
931931
the normal face. The value 'italic' indicates that this is a more
932932
cursive companion face to the normal face. This avoids having to label
933933
slightly slanted normal faces as oblique, or Greek faces as italic.
@@ -1056,7 +1056,7 @@ dash character to indicate larger ranges. For example
10561056
</dl>
10571057

10581058
<p>Multiple, discontinuous ranges can be specified, separated by a
1059-
comma. As with other comma-separated lists in CSS, any whitespace
1059+
comma. As with other comma-separated lists in CSS, any <a href="syndata.html#whitespace">whitespace</a>
10601060
before or after the comma is <span class="index-inst" title="skip"><a
10611061
href="syndata.html#skip">skipped.</a></span>
10621062

@@ -1197,14 +1197,14 @@ but may be used if intelligent font matching is desired by the author.
11971197

11981198
<!-- #include src=descriptors/panose-1.srb -->
11991199

1200-
<p>This is the descriptor for the <a href="#pan1">Panose-1
1201-
number</a> and consists of ten decimal numbers, separated by
1202-
whitespace. A comma separated list is not permitted for this
1203-
descriptor, because the <span class="index-inst"
1204-
title="panose-1">Panose-1</span> system can indicate that a range of
1205-
values are matched. The initial value is zero for each PANOSE digit,
1206-
which means "any"; all fonts will match the Panose number if this
1207-
value is used.
1200+
<p>This is the descriptor for the <a href="#pan1">Panose-1 number</a>
1201+
and consists of ten decimal numbers, separated by <a
1202+
href="syndata.html#whitespace">whitespace</a>. A comma separated list
1203+
is not permitted for this descriptor, because the <span
1204+
class="index-inst" title="panose-1">Panose-1</span> system can
1205+
indicate that a range of values are matched. The initial value is zero
1206+
for each PANOSE digit, which means "any"; all fonts will match the
1207+
Panose number if this value is used.
12081208

12091209

12101210
<!-- #include src=descriptors/stemv.srb -->

css2/text.src

Lines changed: 8 additions & 7 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: text.src,v 1.32 1998-01-15 17:09:39 ijacobs Exp $ -->
3+
<!-- $Id: text.src,v 1.33 1998-01-20 23:29:04 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -129,7 +129,7 @@ are not required to support this value.
129129
<P> The color(s) required for the text decoration should be derived
130130
from the <span class="propinst-color">'color'</span> property value.
131131

132-
<P> This property is not inherited, but descendent boxes of a
132+
<P> This property is not inherited, but descendant boxes of a
133133
block-level box should be rendered with the same decoration (e.g.,
134134
they should all be underlined). The color of decorations should remain
135135
the same even if descendant elements have different <span
@@ -163,7 +163,7 @@ specify a blur radius and a shadow color.
163163
<P>A shadow offset is specified with two <span class="index-inst"
164164
title="&lt;length&gt;"><span
165165
class="value-inst-length">&lt;length&gt;</span></span> values that
166-
indicate the the distance from the text. The first length value
166+
indicate the distance from the text. The first length value
167167
specifies the horizontal distance to the right of the text. A negative
168168
horizontal length value places the shadow to the left of the text. The
169169
second length value specifies the vertical distance below the text. A
@@ -395,7 +395,8 @@ class="propinst-white-space">'white-space'</span> property</H2>
395395

396396
<!-- #include src=properties/white-space.srb -->
397397

398-
<P> This property declares how whitespace inside the element is
398+
<P> This property declares how <a
399+
href="syndata.html#whitespace">whitespace</a> inside the element is
399400
handled. Values have the following meanings:</P>
400401

401402

@@ -414,9 +415,9 @@ except for those created by other elements (e.g., the
414415
BR element in HTML).
415416
</dl>
416417

417-
<div class="example"><P>
418-
The following examples show what whitespace behavior is expected from
419-
the PRE and P elements in HTML.
418+
<div class="example"><P> The following examples show what <a
419+
href="syndata.html#whitespace">whitespace</a> behavior is expected
420+
from the PRE and P elements in HTML.
420421
<PRE>
421422
PRE { white-space: pre }
422423
P { white-space: normal }

css2/visudet.src

Lines changed: 7 additions & 7 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: visudet.src,v 1.41 1998-01-14 17:33:21 ijacobs Exp $ -->
3+
<!-- $Id: visudet.src,v 1.42 1998-01-20 23:30:19 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model details</TITLE>
@@ -109,7 +109,7 @@ sides. If there are two values, the top and bottom margins
109109
are set to the first value and the right and left margins are
110110
set to the second. If there are three values, the top is
111111
set to the first value, the left and right are set to the
112-
the second, and the bottom is set to the third. If there are
112+
second, and the bottom is set to the third. If there are
113113
four values, they apply to the top, right, bottom, and left,
114114
respectively.
115115

@@ -220,7 +220,7 @@ sides. If there are two values, the top and bottom paddings
220220
are set to the first value and the right and left paddings are
221221
set to the second. If there are three values, the top is
222222
set to the first value, the left and right are set to the
223-
the second, and the bottom is set to the third. If there are
223+
second, and the bottom is set to the third. If there are
224224
four values, they apply to the top, right, bottom, and left,
225225
respectively.
226226

@@ -335,7 +335,7 @@ sides. If there are two values, the top and bottom borders
335335
are set to the first value and the right and left are
336336
set to the second. If there are three values, the top is
337337
set to the first value, the left and right are set to the
338-
the second, and the bottom is set to the third. If there are
338+
second, and the bottom is set to the third. If there are
339339
four values, they apply to the top, right, bottom, and left,
340340
respectively.
341341

@@ -406,7 +406,7 @@ value type, which make take one of the following:</p>
406406

407407
<dl>
408408
<dt><strong>none</strong>
409-
<dd>No border. This is the default value.
409+
<dd>No border.
410410
<dt><strong>dotted</strong>
411411
<dd>The border is a series of dots.
412412
<dt><strong>dashed</strong>
@@ -622,7 +622,7 @@ considered specially since (1) the <a
622622
href="conform.html#rendered-content">rendered content</a> of an inline
623623
element may not be rectangular in shape but (2) a relatively
624624
positioned box establishes a new containing block and containing
625-
blocks must be rectangular. The reference edges for descendents
625+
blocks must be rectangular. The reference edges for descendants
626626
are the following:</p>
627627

628628
<ul>
@@ -748,7 +748,7 @@ class="propinst-max-width">'max-width'</span> properties.
748748
<P>User agents should assign <a
749749
href="cascade.html#computed-value">computed values</a> for <span
750750
class="propinst-margin-left">'margin-left'</span>, <span
751-
class="propinst-width">'width'</span>, and and <span
751+
class="propinst-width">'width'</span>, and <span
752752
class="propinst-margin-right">'margin-right'</span> as follows:</p>
753753

754754
<ol>

css2/visufx.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ like:</P>
111111
<P><img src="./images/overflow1.gif" alt="Simple overlay"></p>
112112
</div>
113113

114-
<P> First, let's consider the default value of <span
114+
<P> First, let's consider the initial value of <span
115115
class="propinst-overflow">'overflow'</span>, which is 'visible'. This
116116
value indicates that all boxes should be visible, even if they overflow.
117117

@@ -286,7 +286,7 @@ effect is that one replaces the other.
286286
property of each DIV element has the value 'relative'. A more
287287
visually appealing version of the above might be designed using
288288
overlapping <a href="visuren.html#absolute-positioning">
289-
absolutely positioned</a> boxes</p>
289+
absolutely positioned</a> boxes.</p>
290290
</div>
291291
</body>
292292
</html>

css2/visuren.src

Lines changed: 9 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: visuren.src,v 1.64 1998-01-15 17:10:23 ijacobs Exp $ -->
3+
<!-- $Id: visuren.src,v 1.65 1998-01-20 23:30:37 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model</TITLE>
@@ -36,10 +36,10 @@ element"? (see conform.src for "preceding element") -IJ -->
3636
<P>Most boxes establish a <span class="index-def" title="containing
3737
block"><a name="containing-block"
3838
href="visudet.html#containing-block">containing block</A></span>
39-
whose edges serve as references for the layout of descendent boxes
39+
whose edges serve as references for the layout of descendant boxes
4040
(see the <a href="visudet.html">next chapter</a> for details). The
4141
CSS visual rendering model is recursive: a box establishes reference
42-
edges for its descendents and is itself positioned with respect to its
42+
edges for its descendants and is itself positioned with respect to its
4343
containing block. A box is not confined by its containing block --
4444
it is positioned with respect to its edges and may even <a
4545
href="visufx.html#overflow">overflow</a> those edges. When a
@@ -108,7 +108,7 @@ name="value-def-block"><strong>'block'</strong></a></span>
108108
by default, are formatted visually as blocks (e.g., paragraphs). This
109109
value causes an element to generate a <a
110110
name="block-level">block-level</a> box. A block-level box acts as a <a
111-
href="#containing-block">containing block</a> for its descendent
111+
href="#containing-block">containing block</a> for its descendant
112112
boxes, which are either block-level boxes or inline boxes (but not
113113
both). Sibling block-level boxes participate in a <a
114114
href="#block-formatting">block formatting context</a>.
@@ -203,9 +203,8 @@ value</a> of <span class="propinst-display">'display'</span> is
203203
href="cascade.html#default-style-sheet">default style sheet</a> may <a
204204
href="cascade.html">override</a> this value for each element of the <a
205205
href="conform.html#doclanguage">document language</a>. See the <a
206-
href="sample.html">sample style sheet</a> in the appendix for
207-
information about the default values of the <span
208-
class="propinst-display">'display'</span> property for HTML 4.0.
206+
href="sample.html">sample style sheet</a> for HTML 4.0 in the
207+
appendix.
209208

210209
<div class="example"><P>
211210
<P>Here are some examples of the <span
@@ -802,10 +801,10 @@ href="#floats"> floats</a>. Line boxes in the same inline
802801
formatting context generally vary in height (e.g., one line might
803802
contain an image while the others contain only text).
804803

805-
<P>When a box is less wide than the width of the line box containing
804+
When a box is less wide than the width of the line box containing
806805
it, its horizontal alignment within the line box is determined by the
807806
<span class="propinst-text-align">'text-align'</span> property. When
808-
a box is wider than a line box, it it may be split into several boxes
807+
a box is wider than a line box, it may be split into several boxes
809808
and these boxes distributed across several line boxes. When a box is
810809
split, margins, borders, and padding have no visual effect at the end
811810
of the first line box or at the beginning of the next line box.
@@ -920,7 +919,7 @@ href="./tables.html">table layout</a>.
920919

921920
<dl>
922921
<dt><strong>ltr</strong>
923-
<dd>Left to right flow. This is the default value.
922+
<dd>Left to right flow.
924923
<dt><strong>rtl</strong>
925924
<dd> Right to left flow.
926925
<dt><strong>ltr-override</strong>

0 commit comments

Comments
 (0)