Skip to content

Commit 1d7604e

Browse files
committed
[css2] Minor changes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40608
1 parent aa85bc1 commit 1d7604e

2 files changed

Lines changed: 27 additions & 19 deletions

File tree

css2/notes.src

Lines changed: 5 additions & 5 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 1.13 1997-12-30 14:38:08 ijacobs Exp $ -->
3+
<!-- $Id: notes.src,v 1.14 1998-01-08 20:17:07 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>
@@ -190,9 +190,9 @@ more even typographical color.
190190
<dd>A <i>Multiple Master Font</i> contain two primary fonts that are used
191191
with special rendering software to provide an interpolated result. Adobe
192192
Systems provides a mechanism that allows for parameters to be used to control
193-
the output or the interpolated output font. These parameters usually describe
193+
the output or the interpolated output font. These parameters generally describe
194194
the characteristics of an original font and the multiple master result
195-
is referred to as a synthesized font.</dd>
195+
is referred to as a "synthesized font."</dd>
196196

197197
<dt><a name="definingOpenType"><b> Open Type</b></a>
198198

@@ -251,7 +251,7 @@ character and point size basis yielding excellent quality at screen
251251
resolutions. TrueType fonts for Windows and Mac have few differences,
252252
though they can be different enough to prevent cross platform
253253
usage. Font foundries provide TrueType fonts for each platform and
254-
usually include a license preventing electronic manipulation to
254+
generally include a license preventing electronic manipulation to
255255
achieve cross platform transparency. </dd>
256256

257257
<dt><a name="definingTTC"></A><b>TrueType Collection</b></dt>
@@ -279,7 +279,7 @@ href="./refs.html#ref-TRUETYPEGX" class="informref">[TRUETYPEGX]</a>.
279279
<dt><a name="definingT1"></A><b>Type 1 font</b></dt>
280280

281281
<dd><i>Type 1 fonts</i>, developed by Adobe Systems, were one of first
282-
scalable formats available. Type 1 fonts are usually contain 228
282+
scalable formats available. Type 1 fonts generally contain 228
283283
characters with the glyph representations described using third degree
284284
bezier curves. Mac, Windows, and X have similar but separate formats;
285285
Adobe provides Adobe Type Manager for all three platforms. Type1c is a

css2/tables.src

Lines changed: 22 additions & 14 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: tables.src,v 1.31 1997-12-29 22:03:14 ijacobs Exp $ -->
3+
<!-- $Id: tables.src,v 1.32 1998-01-08 20:19:43 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -45,7 +45,7 @@ class="propinst-display">'display'</span> values of
4545
title="block"><span class="value-inst-block">'block'</span></span> if
4646
their <span class="propinst-float">'float'</span> property is not
4747
'none' or their <span class="propinst-position">'position'</span>
48-
property is not 'static'.
48+
property is not 'normal'.
4949

5050
<p>Any children of a <span class="index-inst" title="table"><span
5151
class="value-inst-table">'table'</span></span>, <span
@@ -99,22 +99,28 @@ title="row-group"><span
9999
class="value-inst-row-group">'row-group'</span></span>, until an
100100
element of a different type, or the end of the parent.
101101

102-
<p><span class="index-inst" title="col-group"><span
103-
class="value-inst-col-group">'Col-group'</span></span> elements are
104-
ignored (i.e,, treated as 'none') if they are not the
102+
<p>Conforming user agents may consider the value of the <span
103+
class="index-inst" title="col-group"><span
104+
class="value-inst-col-group">'col-group'</span></span> property to be
105+
'none' if the property is specified for an element that is not the
105106
child of a <span class="index-inst" title="table"><span
106-
class="value-inst-table">'table'</span></span>. <span
107-
class="index-inst" title="col"><span
108-
class="value-inst-col">'Col'</span></span> elements are ignored if
109-
they are not the child of a <span class="index-inst"
107+
class="value-inst-table">'table'</span></span>. <p>Conforming user
108+
agents may consider the value of the <span class="index-inst"
109+
title="col"><span class="value-inst-col">'col'</span></span> property
110+
to be 'none' if the property is specified for an element that is not
111+
the child of an element with <span class="index-inst"
110112
title="table"><span class="value-inst-table">'table'</span></span> or
111113
a <span class="index-inst" title="col-group"><span
112-
class="value-inst-col-group">'col-group'</span></span>. Any content
113-
and descendants of a 'col' are ignored. Any content or descendants of
114-
a <span class="index-inst" title="col-group"><span
114+
class="value-inst-col-group">'col-group'</span></span> specified. Any
115+
content and descendants of a <span class="value-inst-col">'col'</span>
116+
are <span class="index-inst" title="skip"><a
117+
href="syndata.html#skip">skipped.</a></span> Any content or
118+
descendants of a <span class="index-inst" title="col-group"><span
115119
class="value-inst-col-group">'col-group'</span></span>, other than
116120
<span class="index-inst" title="col"><span
117-
class="value-inst-col">'col'</span></span>, are also ignored.
121+
class="value-inst-col">'col'</span></span>, are also <span
122+
class="index-inst" title="skip"><a
123+
href="syndata.html#skip">skipped.</a></span>
118124

119125
<div class=example>
120126
<p>[Need example here]
@@ -378,7 +384,9 @@ separate border as well.
378384
</div>
379385

380386
<p>In this mode, rows, columns, row-groups and column groups cannot
381-
have borders. (The border properties on those elements are ignored.)
387+
have borders (i.e., user agents must <span class="index-inst"
388+
title="skip"><a href="syndata.html#skip">skip</a></span> the border
389+
properties for those elements.
382390

383391
<div class=example>
384392
<p>The table in figure 3 could be the result of a style sheet like

0 commit comments

Comments
 (0)