8000 [css2] Renamed flowobj -> visuren, flowobj2 -> visudet, added visufx,… · w3c/csswg-drafts@7914aef · GitHub
Skip to content

Commit 7914aef

Browse files
committed
[css2] Renamed flowobj -> visuren, flowobj2 -> visudet, added visufx, renamed conven -> conform
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40622
1 parent 86d980c commit 7914aef

18 files changed

Lines changed: 145 additions & 433 deletions

css2/DOC/FILES

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ about.src
33

44
intro.src
55

6-
convent.src
6+
conform.src
77
syndata.src
88
selector.src
99
cascade.src
1010
media.src
11-
flowobj.src
12-
flowobj2.src
11+
visuren.src
12+
visudet.src
13+
visufx.src
1314
generate.src
1415
page.src
1516
colors.src

css2/Makefile

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 1.65 1998-01-09 08:04:32 ijacobs Exp $
3+
# $Id: Makefile,v 1.66 1998-01-12 12:18:25 ijacobs Exp $
44

55
# what needs to be set for every new release:
66
THIS_VERSION= http://www.w3.org/Style/Group/9712/WD-css2-971211
@@ -20,13 +20,14 @@ $(ROOT)/cover.src
2020
SRCS1 = \
2121
about.src\
2222
intro.src\
23-
convent.src\
23+
conform.src\
2424
syndata.src\
2525
selector.src\
2626
cascade.src\
2727
media.src\
28-
flowobj.src\
29-
flowobj2.src\
28+
visuren.src\
29+
visudet.src\
30+
visufx.src\
3031
generate.src\
3132
page.src\
3233
colors.src\
@@ -59,13 +60,14 @@ MAINOBJS = \
5960
cover.html\
6061
about.html\
6162
intro.html\
62-
convent.html\
63+
conform.html\
6364
syndata.html\
6465
selector.html\
6566
cascade.html\
6667
media.html\
67-
flowobj.html\
68-
flowobj2.html\
68+
visuren.html\
69+
visudet.html\
70+
visufx.html\
6971
generate.html\
7072
page.html\
7173
colors.html\

css2/about.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: about.src,v 1.23 1998-01-08 20:10:03 ijacobs Exp $ -->
3+
<!-- $Id: about.src,v 1.24 1998-01-12 12:18:41 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>About the CSS2 Specification</TITLE>
@@ -18,7 +18,7 @@ mind: CSS authors and CSS implementors. We hope the specification will
1818
provide authors with the tools they need to write efficient,
1919
attractive, and accessible documents, without overexposing them to
2020
CSS's implementation details. Implementors, however, should find all
21-
they need to build <a href="convent.html#conformance">conforming user
21+
they need to build <a href="conform.html#conformance">conforming user
2222
agents</a>.
2323

2424
The specification begins with a general presentation of CSS and
@@ -53,7 +53,7 @@ a discussion of design principles behind CSS2.
5353
reference. This reference defines what may go into a CSS2 style sheet
5454
(syntax, properties, property values) and how user agents must
5555
interpret these style sheets in order to claim <a
56-
href="convent.html#conformance">conformance</a>.
56+
href="conform.html#conformance">conformance</a>.
5757

5858

5959
<dt><strong>Appendixes:</strong>
@@ -78,7 +78,7 @@ information.
7878

7979
<H2>Conventions</H2>
8080

81-
<H3><a href="convent.html#doclanguage">Document language</a> elements
81+
<H3><a href="conform.html#doclanguage">Document language</a> elements
8282
and attributes</H3>
8383

8484
<ul>
@@ -196,7 +196,7 @@ The following examples illustrate different value types:
196196

197197
<dd>The property's initial value. If the property is inherited, this
198198
is the value that is given to the root element of the <a
199-
href="convent.html#doctree">document tree</a>. Please consult the
199+
href="conform.html#doctree">document tree</a>. Please consult the
200200
section on <a href="cascade.html">the cascade</a> for information
201201
about the interaction between style sheet-specified, inherited, and
202202
initial values.
@@ -227,7 +227,7 @@ property does not accept percentages as values.</dd>
227227
<dt><strong>Media groups</strong>
228228
<dd>Indicates the <a href="media.html#media-groups">media groups</a>
229229
for which the property applies. The
230-
<a href="convent.html">conformance</a> conditions state
230+
<a href="conform.html">conformance</a> conditions state
231231
that user agents must support this property if they support
232232
rendering to the <a href="media.html#media-types">media types</a>
233233
included in these <a href="media.html#media-groups">media groups</a>.

css2/cascade.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: cascade.src,v 1.27 1998-01-08 20:11:07 ijacobs Exp $ -->
3+
<!-- $Id: cascade.src,v 1.28 1998-01-12 12:18:51 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
@@ -13,7 +13,7 @@
1313

1414
<H2>Specified, computed, and absolute values</h2>
1515
<P>Once a user agent has parsed a document and constructed a <a
16-
href="convent.html#doctree">document tree</a>, it must assign, for
16+
href="conform.html#doctree">document tree</a>, it must assign, for
1717
every node in the tree, a value to every property that applies to the
1818
target <a href="media.html">media type</a>.
1919

@@ -89,7 +89,7 @@ class="index-def" title="actual value">actual values</span>.
8989
<P>Some <a href="#actual-value">actual values</a> are <span
9090
class="index-def" title="inheritance of property
9191
values">inherited</span> by the descendants of a node in the <a
92-
href="convent.html#doctree">document tree</a>. Each property
92+
href="conform.html#doctree">document tree</a>. Each property
9393
definition specifies whether its value may be inherited.
9494

9595
<div class="html-example"><P>
@@ -189,7 +189,7 @@ information for a document. The user agent may provide an interface
189189
that "generates" a user style sheet (or must behave as if it did).
190190

191191
<li><strong>User agent</strong>: <a
192-
href="convent.html#conformance">Conforming user agents</a> must apply
192+
href="conform.html#conformance">Conforming user agents</a> must apply
193193
a <span class="index-def" title="default style sheet"><a
194194
name="default-style-sheet"><dfn>default style sheet</dfn></a></span>
195195
(or behave as if they did) prior to all other style sheets for a

css2/changes.src

Lines changed: 3 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: changes.src,v 1.9 1998-01-09 14:36:30 ijacobs Exp $ -->
3+
<!-- $Id: changes.src,v 1.10 1998-01-12 12:19:00 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix B: Changes from CSS1</TITLE>
@@ -38,8 +38,8 @@ fonts.
3838
class="propinst-display">'display'</span> and <span
3939
class="propinst-vertical-align">'vertical-align'</span>
4040

41-
<LI><A HREF="flowobj.html#relative-positioning">Relative</A> and <A
42-
HREF="flowobj.html#absolute-positioning">Absolute positioning</A>.
41+
<LI><A HREF="visuren.html#relative-positioning">Relative</A> and <A
42+
HREF="visuren.html#absolute-positioning">Absolute positioning</A>.
4343

4444
<LI>An extended <A HREF="selector.html">selector</A> mechanism,
4545
including child selectors, adjacent selectors and attribute selectors.

css2/colors.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: colors.src,v 1.22 1998-01-08 20:12:02 ijacobs Exp $ -->
3+
<!-- $Id: colors.src,v 1.23 1998-01-12 12:19:09 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Colors and backgrounds</TITLE>
@@ -39,12 +39,12 @@ normally.
3939

4040
<P>Authors may specify the background of an element (i.e., its
4141
rendering surface) as either a color or an image. In terms of the <a
42-
href="flowobj.html#box-model">box model</a>, "background" refers to
42+
href="visuren.html#box-model">box model</a>, "background" refers to
4343
the background of the <a
44-
href="flowobj.html#box-content-area">content</a> and the <a
45-
href="flowobj.html#box-padding-area">padding</a> area. Border colors
44+
href="visuren.html#box-content-area">content</a> and the <a
45+
href="visuren.html#box-padding-area">padding</a> area. Border colors
4646
and styles are set with the <a
47-
href="flowobj2.html#border-properties">border properties</a>. Margins
47+
href="visudet.html#border-properties">border properties</a>. Margins
4848
are always transparent so the background of the parent element always
4949
shines through.
5050

@@ -167,7 +167,7 @@ content.
167167
interpret 'fixed' correctly, at least on the HTML and BODY elements,
168168
since there is no way for an author to provide an image only for those
169169
browsers that support 'fixed'. See the section on <a
170-
href="convent.html#conformance">conformance</a> for details.
170+
href="conform.html#conformance">conformance</a> for details.
171171

172172
<!-- #include src=properties/background-position.srb -->
173173

css2/conform.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: conform.src,v 1.34 1998-01-08 20:13:56 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 1.35 1998-01-12 12:19:21 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -83,7 +83,7 @@ element"><a name="replaced-element"><dfn>replaced
8383
element</dfn></a></span> comes from outside the source
8484
document; some replaced element content (e.g., images)
8585
may have "intrinsic dimensions" that affect its
86-
<a href="flowobj.html">layout</a>.
86+
<a href="visuren.html">layout</a>.
8787
Rendered content may also be <span class="index-def"
8888
title="alternate text"> <a name="alternate-text"><dfn>alternate
8989
text</dfn></a></span> for an element (e.g., the value of the HTML

css2/generate.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
55
<title>Generated content</title>
66
<link rel="next" href="page.html">
7-
<link rel="previous" href="flowobj2.html">
7+
<link rel="previous" href="visufx.html">
88
<link href="style/default.css" rel="STYLESHEET" type="text/css">
99
</head>
1010
<body>

css2/intro.src

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: intro.src,v 1.17 1998-01-08 20:16:14 ijacobs Exp $ -->
3+
<!-- $Id: intro.src,v 1.18 1998-01-12 12:19:39 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Introduction to CSS2</TITLE>
7-
<LINK rel="next" href="convent.html">
7+
<LINK rel="next" href="conform.html">
88
<LINK rel="previous" href="about.html">
99
<LINK rel="STYLESHEET" href="style/default.css" type="text/css">
1010
</HEAD>
@@ -134,7 +134,7 @@ from parsing to rendering as follows:
134134

135135
<ol>
136136
<li>Parse the source document and create a <a
137-
href="convent.html#doctree">document tree</a> from the source
137+
href="conform.html#doctree">document tree</a> from the source
138138
document.</li>
139139

140140
<li>Identify the target <a href="media.html">media type</a>.
@@ -152,7 +152,7 @@ inheritance</a>.
152152
<P>Part of the calculation of values depends on the formatting
153153
algorithm appropriate for the target <a href="media.html">media
154154
type</a>. For example, if the target medium is the screen, user agents
155-
apply the <a href="flowobj.html">visual rendering model</a>. If the
155+
apply the <a href="visuren.html">visual rendering model</a>. If the
156156
destination medium is the printed page, user agents apply the <a
157157
href="page.html#page-model">page model</a>. If the destination medium
158158
is an aural rendering device (e.g., speech synthesizer), user agents
@@ -182,13 +182,13 @@ dimension of the space, but rendering generally occurs within
182182
a finite region of the canvas, established by the user agent
183183
according to the target medium. For instance, user agents rendering
184184
to a screen generally impose a minimum width and choose an initial
185-
width based on the dimensions of the <a href="flowobj.html#viewport">
185+
width based on the dimensions of the <a href="visuren.html#viewport">
186186
viewport</a>. User agents rendering to a page generally impose
187187
width and height constraints. Aural user agents may impose limits
188188
in audio space, but not in time.
189189

190190
<!-- Is the next statement still true? If so, it should probably
191-
be made specific and moved to flowobj2.src -->
191+
be made specific and moved to visudet.src -->
192192

193193
<!--
194194
<P>If an element A is an ancestor of an element D, all rendering

css2/media.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 T 82A ransitional//EN">
22
<html lang="en">
3-
<!-- $Id: media.src,v 1.33 1998-01-08 20:16:50 ijacobs Exp $ -->
3+
<!-- $Id: media.src,v 1.34 1998-01-12 12:19:52 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Media types</TITLE>
7-
<LINK rel="next" href="flowobj.html">
7+
<LINK rel="next" href="visuren.html">
88
<LINK rel="previous" href="cascade.html">
99
<LINK rel="STYLESHEET" href="style/default.css" type="text/css">
1010
</HEAD>
@@ -186,7 +186,7 @@ resolution, color, limited scrollability).
186186

187187
<P>Each CSS property definition specifies the media types for which
188188
the property must be implemented by a <a
189-
href="convent.html#conformance">conforming user agent</a>. Since
189+
href="conform.html#conformance">conforming user agent</a>. Since
190190
properties generally apply to several media, the "Applies to media"
191191
section of each property definition indicates a <span
192192
class="index-def" title="media group">media group</span> rather than a

0 commit comments

Comments
 (0)