Skip to content

Commit 22d1f65

Browse files
committed
[css2] Minor corrections.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401542
1 parent 1e59f46 commit 22d1f65

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

css2/visuren.src

Lines changed: 5 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: visuren.src,v 2.52 1998-04-23 23:45:59 ijacobs Exp $ -->
3+
<!-- $Id: visuren.src,v 2.53 1998-04-28 17:33:51 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model</TITLE>
@@ -64,13 +64,14 @@ views of the same document).
6464
<a name="containing-block">Containing blocks</a></span>
6565
</H3>
6666

67-
<P>In CSS2, all box positions are calculated with respect to the edges
67+
<P>In CSS2, many box positions and sizes are calculated with respect
68+
to the edges
6869
of a rectangular box called a <span class="index-def"
6970
title="containing block"><dfn>containing block</dfn></span>. In
7071
general, generated boxes act as containing blocks for descendant
7172
boxes; we say that a box "establishes" the containing block for its
7273
descendants. The phrase "a box's containing block" means "the
73-
containing block in which the box lives", not the one it generates.
74+
containing block in which the box lives," not the one it generates.
7475

7576
<P>Each box is given a position with respect to its containing block,
7677
but it is not confined by this containing block; it may <a
@@ -1775,7 +1776,7 @@ properties
17751776
<P>The characters in certain scripts are written from right to left.
17761777
In some languages, in particular those written with the Arabic or
17771778
Hebrew script, and in some mixed-language contexts, text in a single
1778-
(visually displayed) block can therefore appear with mixed
1779+
(visually displayed) block can appear with mixed
17791780
directionality. This phenomenon is called <span class="index-def"
17801781
title="bidirectionality (bidi)"><dfn>bidirectionality</dfn></span>, or
17811782
"bidi" for short. For an introduction to bidirectionality issues,

0 commit comments

Comments
 (0)