11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: visuren.src,v 2.18 1998-02-21 00:25:52 ijacobs Exp $ -->
3+ <!-- $Id: visuren.src,v 2.19 1998-02-21 04:36:09 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Visual rendering model</TITLE>
@@ -776,18 +776,15 @@ href="#inline-formatting">inline formatting</a> context.
776776
777777<P>Block-level elements whose <a
778778href="conform.html#rendered-content">rendered content</a> contains
779- text that is not the content of an inline element have <span
780- class="index-def" title="anonymous
781- elements"><dfn>anonymous</dfn></span> children in the <a
782- href="conform.html#doctree">document tree</a>. These anonymous
783- elements inherit property values (colors, fonts, etc.). They generate
784- boxes that contain chunks of text as content. By default, anonymous
785- boxes act like inline boxes. However, they may act like block-level
786- boxes if context demands (e.g., an inline <a href="#run-in">run-in</a>
787- box that behaves like a block-level box). Decisions about the
788- construction of anonymous inline boxes depend on many factors
789- (language, <a href="#direction">text direction</a>, hyphenation, etc.)
790- and lie outside the scope of this specification.
779+ text that is not the content of an inline element generate <a
780+ href="conform.html#anonymous">anonymous</a> inline boxes in the
781+ rendering structure.
782+
783+ <P>Anonymous boxes may act like inline or block-level boxes, according
784+ to context. Decisions about the construction of anonymous inline
785+ boxes depend on many factors (language, <a href="#direction">text
786+ direction</a>, hyphenation, etc.) and lie outside the scope of this
787+ specification.
791788
792789<h3><a name="block-formatting">Block formatting context</a></h3>
793790
@@ -873,7 +870,8 @@ interspersed with the elements EM and STRONG:
873870 <STRONG>in this</STRONG> sentence, dear.</P>
874871</PRE>
875872
876- <P>In terms of the document tree, P has five children:</p>
873+ <P>The P element generates a block-level box that contains five inline
874+ boxes, three of which are anonymous:</p>
877875
878876<ul>
879877<li>Anonymous: "Several"
@@ -883,12 +881,11 @@ interspersed with the elements EM and STRONG:
883881<li>Anonymous: "sentence, dear."
884882</ul>
885883
886- <P>To format the paragraph, the user agent creates a box for each
887- child and flows the boxes into line boxes. Since the parent box in
888- normal flow acts as the containing block for an inline box, the width
889- of the P box determines the width of these line boxes. If the
890- width of P is sufficient, all the inline boxes will fit into a single
891- line box:
884+ <P>To format the paragraph, the user agent flows the five boxes into
885+ line boxes. Since the parent box in normal flow acts as the containing
886+ block for an inline box, the width of the P box determines the width
887+ of these line boxes. If the width of P is sufficient, all the inline
888+ boxes will fit into a single line box:
892889
893890<PRE>
894891 Several <EM>emphasized words</EM> appear <STRONG>in this</STRONG> sentence, dear.
@@ -975,7 +972,7 @@ title="bidirectionality (bidi)"><dfn>bidirectionality</dfn></span>, or
975972please consult the HTML 4.0 specification ([[HTML40]], section 8.2).
976973
977974<P>The Unicode ([[UNICODE]]) specification assigns directionality to
978- characters and defines a ( complex) algorithm for determining the
975+ characters and defines a complex algorithm for determining the
979976proper directionality of text. The <span
980977class="propinst-direction">'direction'</span> and <span
981978class="propinst-unicode-bidi">'unicode-bidi'</span> properties allow
0 commit comments