Skip to content

Commit 9789a61

Browse files
committed
[css2] Minor fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40897
1 parent 7fe1245 commit 9789a61

8 files changed

Lines changed: 47 additions & 48 deletions

File tree

css2/colors.src

Lines changed: 17 additions & 17 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: colors.src,v 2.1 1998-02-02 22:32:54 bbos Exp $ -->
3+
<!-- $Id: colors.src,v 2.2 1998-02-13 18:17:09 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Colors and backgrounds</TITLE>
@@ -228,30 +228,30 @@ class="value-inst-length"><strong>&lt;length&gt;</strong></span></span>
228228
is placed 2cm to the right and 2cm below the upper left corner of the
229229
box.
230230
<dt>
231-
<dt><strong>'top left'</strong> and <strong>'left top'</strong>
231+
<dt><strong>top left</strong> and <strong>left top</strong>
232232
<dd>Same as '0% 0%'.
233-
<dt><strong>'top'</strong>,
234-
<strong>'top center'</strong>, and
235-
<strong>'center top'</strong>
233+
<dt><strong>top</strong>,
234+
<strong>top center</strong>, and
235+
<strong>center top</strong>
236236
<dd>Same as '50% 0%'.
237-
<dt><strong>'right top'</strong> and <strong>'top right'</strong>
237+
<dt><strong>right top</strong> and <strong>top right</strong>
238238
<dd>Same as '100% 0%'.
239-
<dt><strong>'left'</strong>, <strong>'left center'</strong>,
240-
and <strong>'center left'</strong>
239+
<dt><strong>left</strong>, <strong>left center</strong>,
240+
and <strong>center left</strong>
241241
<dd>Same as '0% 50%'.
242-
<dt><strong>'center'</strong> and <strong>'center center'</strong>
242+
<dt><strong>center</strong> and <strong>center center</strong>
243243
<dd>Same as '50% 50%'.
244-
<dt><strong>'right'</strong>, <strong>'right center'</strong>,
245-
and <strong>'center right'</strong>
244+
<dt><strong>right</strong>, <strong>right center</strong>,
245+
and <strong>center right</strong>
246246
<dd>Same as '100% 50%'.
247-
<dt><strong>'bottom left'</strong> and <strong>'left bottom'</strong>
247+
<dt><strong>bottom left</strong> and <strong>left bottom</strong>
248248
<dd>Same as '0% 100%'.
249-
<dt><strong>'bottom'</strong>,
250-
<strong>'bottom center'</strong>, and
251-
<strong>'center bottom'</strong>
249+
<dt><strong>bottom</strong>,
250+
<strong>bottom center</strong>, and
251+
<strong>center bottom</strong>
252252
<dd>Same as '50% 100%'.
253-
<dt><strong>'bottom right'</strong>
254-
and <strong>'right bottom'</strong>
253+
<dt><strong>bottom right</strong>
254+
and <strong>right bottom</strong>
255255
<dd>Same as '100% 100%'.
256256
</dl>
257257

css2/fonts.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: fonts.src,v 2.4 1998-02-12 22:48:56 ijacobs Exp $ -->
3+
<!-- $Id: fonts.src,v 2.5 1998-02-13 18:17:19 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -851,7 +851,7 @@ matching, intelligent matching, synthesis, and download.</p>
851851

852852
<dl>
853853
<dt><span class="index-def" title="name matching"><dfn><strong>font name
854-
matching</strong</dfn></span>
854+
matching</strong></dfn></span>
855855
<dd> In this case, the user agent uses an
856856
existing, accessible font that has the same family name as the
857857
requested font. (Note that the appearance and the metrics might not

css2/lists.src

Lines changed: 4 additions & 4 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: lists.src,v 2.1 1998-02-12 22:50:57 ijacobs Exp $ -->
3+
<!-- $Id: lists.src,v 2.2 1998-02-13 18:17:27 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Lists</TITLE>
@@ -125,15 +125,15 @@ displayed.
125125
<dd>A circle (exact presentation is UA-dependent)
126126
<dt><strong>square</strong>
127127
<dd>A square (exact presentation is UA-dependent)
128-
<dt><strong>western-decimal</strong>, <strong>decimal</strong>
128+
<dt><strong>western-decimal</strong> or <strong>decimal</strong>
129129
<dd>Decimal numbers, beginning with 1.
130130
<dt><strong>lower-roman</strong>
131131
<dd>Lower case roman numerals (i, ii, iii, iv, v, etc.).
132132
<dt><strong>upper-roman</strong>
133133
<dd>Upper case roman numerals (I, II, III, IV, V, etc.).
134-
<dt><strong>lower-latin</strong>, <strong>lower-alpha</strong>
134+
<dt><strong>lower-latin</strong> or <strong>lower-alpha</strong>
135135
<dd>Lower case ascii letters (a, b, c, ... z).
136-
<dt><strong>upper-latin</strong>, <strong>upper-alpha</strong>
136+
<dt><strong>upper-latin</strong> or <strong>upper-alpha</strong>
137137
<dd>Upper case ascii letters (A, B, C, ... Z).
138138
<dt><strong>lower-greek</strong>
139139
<dd>alpha, beta, gamma, ...

css2/media.src

Lines changed: 2 additions & 3 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: media.src,v 2.3 1998-02-12 22:51:46 ijacobs Exp $ -->
3+
<!-- $Id: media.src,v 2.4 1998-02-13 18:17:34 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Media types</TITLE>
@@ -75,7 +75,7 @@ element specifies the target medium of an external style sheet:
7575
</div>
7676
</UL>
7777

78-
<H3><a name="@media-rule">The @media rule</a></H3>
78+
<H3><a name="at-media-rule">The @media rule</a></H3>
7979

8080
<P>An @media rule lists the <a href="#media-types">media types</a>
8181
(separated by commas) affected by a set of rules delimited by curly
@@ -224,7 +224,6 @@ media group"> <a name="all-media-group"><strong>all</strong></a></span>
224224
between media groups and media types:</P>
225225

226226
<TABLE border
227-
align="center"
228227
summary="Relationships between media groups and media types">
229228
<CAPTION>Media Groups</CAPTION>
230229
<TR><TH>Media Groups <HR> Media Types

css2/page.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: page.src,v 2.0 1998-02-02 18:46:49 bbos Exp $ -->
3+
<!-- $Id: page.src,v 2.1 1998-02-13 18:17:40 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Paged media</TITLE>
@@ -148,7 +148,7 @@ of the target size. Absolute page boxes ensure precise formatting when
148148
that is the author's prerogative.
149149

150150
<P>Three values for the <span class="propinst-size">'size'</span>
151-
property create a relative page box:
151+
property create a relative page box:</p>
152152

153153
<DL>
154154
<DT><strong>auto</strong>

css2/text.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: text.src,v 2.4 1998-02-12 22:55:22 ijacobs Exp $ -->
3+
<!-- $Id: text.src,v 2.5 1998-02-13 18:17:46 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -66,7 +66,7 @@ href="visudet.html#containing-block">containing block</a>.)
6666
<P>Values have the following meanings:</P>
6767

6868
<dl>
69-
<dt><strong>left</strong>, <dt><strong>right</strong>,
69+
<dt><strong>left</strong>, <strong>right</strong>,
7070
<strong>center</strong>, and <strong>justify</strong>
7171
<dd>Left, right, center, and double justify text, respectively.
7272
<dt><span class="index-inst" title="&lt;string&gt;"><span

css2/visudet.src

Lines changed: 12 additions & 12 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 2.2 1998-02-12 22:54:28 ijacobs Exp $ -->
3+
<!-- $Id: visudet.src,v 2.3 1998-02-13 18:17:53 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model details</TITLE>
@@ -1154,11 +1154,11 @@ value has the same meaning as 'number'.
11541154
We recommend a value in the range of 1.0 to 1.2.
11551155

11561156
<dt><span class="index-inst" title="&lt;length&gt;"><span
1157-
class="value-inst-length">&lt;length&gt;</span></span>
1157+
class="value-inst-length"><strong>&lt;length&gt;</strong></span></span>
11581158
<dd>The box height is set to this length. Negative values are illegal.
11591159

11601160
<dt><span class="index-inst" title="&lt;number&gt;"><span
1161-
class="value-inst-number">&lt;number&gt;</span></span>
1161+
class="value-inst-number"><strong>&lt;number&gt;</strong></span></span>
11621162
<dd>This number is <a
11631163
href="cascade.html#actual-value">actual value</a> for
11641164
the property (and thus, it is inherited). The
@@ -1167,7 +1167,7 @@ computed value</a> of the property is this number multiplied
11671167
by the element's font size. Negative values are illegal.
11681168

11691169
<dt><span class="index-inst" title="&lt;percentage&gt;"><span
1170-
class="value-inst-percentage">&lt;percentage&gt;</span></span>
1170+
class="value-inst-percentage"><strong>&lt;percentage&gt;</strong></span></span>
11711171
<dd>The
11721172
<a href="cascade.html#actual-value">
11731173
actual value</a> of the property is this percentage multiplied
@@ -1218,22 +1218,22 @@ have meaning with respect to a parent inline element; they have no
12181218
effect if no parent exists:</P>
12191219

12201220
<DL>
1221-
<DT><strong>'baseline'</strong>
1221+
<DT><strong>baseline</strong>
12221222
<DD>Align the baseline of text in the box with the baseline of
12231223
text in the parent box. If the box doesn't contain text,
12241224
align the bottom of the box with the parent's baseline.
1225-
<DT><strong>'middle'</strong>
1225+
<DT><strong>middle</strong>
12261226
<DD>Align the vertical midpoint of the box with the baseline
12271227
of text in the parent box plus half the x-height of the parent.
1228-
<DT><strong>'sub'</strong>
1228+
<DT><strong>sub</strong>
12291229
<DD>Subscript the box. This value has no effect on the font size
12301230
of the element's text.
1231-
<DT><strong>'super'</strong>
1231+
<DT><strong>super</strong>
12321232
<DD>Superscript the element. This value has no effect on the font size
12331233
of the element's text.
1234-
<DT><strong>'text-top'</strong>
1234+
<DT><strong>text-top</strong>
12351235
<DD>Align the top of the box with the top of the parent element's font
1236-
<DT><strong>'text-bottom'</strong>
1236+
<DT><strong>text-bottom</strong>
12371237
<DD>Align the bottom of the box with the bottom of the parent
12381238
element's font
12391239
</DL>
@@ -1242,9 +1242,9 @@ effect if no parent exists:</P>
12421242
generated box appears:</p>
12431243

12441244
<DL>
1245-
<DT><strong>'top'</strong>
1245+
<DT><strong>top</strong>
12461246
<DD>Align the top of the box with the top of the line box.
1247-
<DT><strong>'bottom'</strong>
1247+
<DT><strong>bottom</strong>
12481248
<DD>Align the bottom of the box with the bottom of the line box.
12491249
</DL>
12501250

css2/visuren.src

Lines changed: 6 additions & 6 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 2.3 1998-02-12 22:57:12 ijacobs Exp $ -->
3+
<!-- $Id: visuren.src,v 2.4 1998-02-13 18:18:04 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model</TITLE>
@@ -598,24 +598,24 @@ positioning algorithms are used to calculate the coordinates of a box.
598598
<P>The values of this property have the following meanings:</P>
599599

600600
<dl>
601-
<dt><strong>'normal'</strong>
601+
<dt><strong>normal</strong>
602602
<dd>The box coordinates are calculated according to the
603603
<a href="#normal-flow">normal flow</a>.
604604

605-
<dt><strong>'relative'</strong>
605+
<dt><strong>relative</strong>
606606
<dd>The box coordinates are calculated according to the <a
607607
href="#normal-flow">normal flow</a>, then the box is
608608
offset <a href="#relative-positioning">relative</a> to its normal
609609
position. Note that the position of the <a href="#following-box">
610610
following box</a> is established independently of the offset.
611611

612-
<dt><strong>'absolute'</strong>
612+
<dt><strong>absolute</strong>
613613
<dd> The box coordinates (and possibly size) are calculated
614614
in <a href="#absolute-positioning">absolute</a> terms
615615
with respect to the box's <a
616616
href="visudet.html#containing-block">containing block</A>.
617617

618-
<dt><strong>'fixed'</strong>
618+
<dt><strong>fixed</strong>
619619
<dd> The box coordinates are calculated according to the
620620
'absolute' model, but in addition, the box is <a
621621
href="#fixed-positioning">fixed</a> with
@@ -633,7 +633,7 @@ Authors may wish to specify 'fixed' in a media-dependent way.
633633
For instance, an author may want a box to remain at the top
634634
of the <a href="#viewport">viewport</A> on the screen,
635635
but not at the top of each printed page. The two specifications
636-
may be separated by using an <a href="media.html#@media">@media
636+
may be separated by using an <a href="media.html#at-media-rule">@media
637637
rule</a>, as in:
638638

639639
<div class="example"><P>

0 commit comments

Comments
 (0)