Skip to content

Commit 5a6dbb6

Browse files
committed
[css2] Changed term visual flow to visual rendering
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40195
1 parent 5fce9ad commit 5a6dbb6

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

css2/conform.src

Lines changed: 7 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: conform.src,v 1.14 1997-10-01 22:16:51 ian Exp $ -->
3+
<!-- $Id: conform.src,v 1.15 1997-10-02 15:54:22 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Definitions and document conventions</TITLE>
@@ -216,9 +216,10 @@ href="cascade.html">cascade</a>.
216216
<P>User agents that don't actually use style sheets to specify default
217217
rules must behave as if they did.
218218

219-
<H3><<span class="index-def" title="flow model">flow model</span></H3>
220-
The <a href="./flowobj.html">visual flow model</a> describes how user
221-
agents should format a stream of elements.
219+
<H3><<span class="index-def" title="visual rendering model">Visual
220+
rendering model</span></H3> The <a href="./flowobj.html">visual
221+
rendering model</a> describes how user agents should format a stream
222+
of elements.
222223

223224
<H3><span class="index-def" title="canvas">Canvas</span></H3>
224225

@@ -233,7 +234,7 @@ parts into view.
233234

234235
<P>The canvas is generally as long as the document flowed onto it, but
235236
has a fixed width, set by the user agent. The width affects formatting
236-
according to the <a href="./flowobj.html#visual-flow">visual flow
237+
according to the <a href="./flowobj.html#flow-model">visual flow
237238
model</a> The user agent may change the dimensions of the canvas when
238239
the viewport is resized.
239240

@@ -270,7 +271,7 @@ we introduce the notion of the <span class="index-def"
270271
title="page"><em>page</em></span>, which is like a canvas except that
271272
both its width and height are finite. In the section on <a
272273
href="./print.html#page-breaks">page breaks</a>, we discuss how user
273-
agents must adapt the <a href="flowobj.html#flow-model">visual flow
274+
agents must adapt the <a href="flowobj.html#flow-model">visual rendering
274275
model</a> to the case of paged media.
275276

276277
<P>That a "page" is an abstract rectangle that may or may not

0 commit comments

Comments
 (0)