11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: intro.src,v 2.26 1998-04-16 22:13:08 ijacobs Exp $ -->
3+ <!-- $Id: intro.src,v 2.27 1998-04-22 23:03:54 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Introduction to CSS2</TITLE>
@@ -285,26 +285,26 @@ inheritance</a>.
285285<P>Part of the calculation of values depends on the formatting
286286algorithm appropriate for the target <a href="media.html">media
287287type</a>. For example, if the target medium is the screen, user agents
288- apply the <a href="visuren.html">visual rendering model</a>. If the
288+ apply the <a href="visuren.html">visual formatting model</a>. If the
289289destination medium is the printed page, user agents apply the <a
290290href="page.html#page-model">page model</a>. If the destination medium
291291is an aural rendering device (e.g., speech synthesizer), user agents
292292apply the <a href="aural.html">aural rendering model</a>.
293293
294294<li>From the annotated document tree, generate a
295- <span class="index-def" title="rendering structure">
296- <a name="rendering -structure"><dfn>rendering
297- structure</dfn></a></span>. Often, the rendering structure closely
295+ <span class="index-def" title="formatting structure">
296+ <a name="formatting -structure"><dfn>formatting
297+ structure</dfn></a></span>. Often, the formatting structure closely
298298resembles the document tree, but it may also differ significantly,
299299notably when authors make use of pseudo-elements and generated content.
300- First, the rendering structure need not be "tree-shaped" at all -- the
300+ First, the formatting structure need not be "tree-shaped" at all -- the
301301nature of the structure depends on the implementation. Second, the
302- rendering structure may contain more or less information than the
302+ formatting structure may contain more or less information than the
303303document tree. For instance, if an element in the document tree has a
304304value of 'none' for the <span
305305class="propinst-display">'display'</span> property, that element will
306- generate nothing in the rendering structure. A list element, on the
307- other hand, may generate more information in the rendering structure:
306+ generate nothing in the formatting structure. A list element, on the
307+ other hand, may generate more information in the formatting structure:
308308the list element's content and list style information (e.g., a bullet
309309image).
310310
@@ -317,15 +317,15 @@ reparsing).
317317 be made specific and moved to visudet.src -->
318318
319319<!--
320- <P>If an element A is an ancestor of an element D, all rendering
321- objects generated for A must be above the rendering objects
322- rendered for D in the tree of rendering objects. For box
323- and page box rendering objects, this implies that, to
320+ <P>If an element A is an ancestor of an element D, all formatting
321+ objects generated for A must be above the formatting objects
322+ rendered for D in the tree of formatting objects. For box
323+ and page box formatting objects, this implies that, to
324324find a containing box for an element, a user agent need only search
325325upward in the tree of rendering objects (not left, right, or down).
326326-->
327327
328- <li>Transfer the rendering structure to the target medium (e.g., print
328+ <li>Transfer the formatting structure to the target medium (e.g., print
329329the results, display them on the screen, render them as speech,
330330etc.).
331331</ol>
@@ -341,7 +341,7 @@ example, [[-DOM]]).
341341
342342<P>For all media, the term <span class="index-def" title="canvas"> <a
343343name="canvas"><dfn>canvas</dfn></a></span> describes "the space where
344- the rendering structure is rendered." The canvas is infinite for each
344+ the formatting structure is rendered." The canvas is infinite for each
345345dimension of the space, but rendering generally occurs within
346346a finite region of the canvas, established by the user agent
347347according to the target medium. For instance, user agents rendering
0 commit comments