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
217217rules 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
235236has 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
237238model</a> The user agent may change the dimensions of the canvas when
238239the viewport is resized.
239240
@@ -270,7 +271,7 @@ we introduce the notion of the <span class="index-def"
270271title="page"><em>page</em></span>, which is like a canvas except that
271272both its width and height are finite. In the section on <a
272273href="./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
274275model</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