Skip to content

Commit 8626d1b

Browse files
committed
[css2] Issues 195, 203
from http://wiki.csswg.org/spec/css2.1 --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403053
1 parent 7750e81 commit 8626d1b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

css2/visuren.src

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: visuren.src,v 2.167 2010-10-13 15:38:59 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.168 2010-10-13 17:44:00 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -182,7 +182,8 @@ inside it.
182182

183183
<p>When an inline box contains an in-flow block-level box, the inline box
184184
(and its inline ancestors within the same line box) are broken around
185-
the block-level box. The line boxes before the break and after the
185+
the block-level box, dividing the inline box into two pieces. The line
186+
boxes before the break and after the
186187
break are enclosed in anonymous block boxes, and the block-level box
187188
becomes a sibling of those anonymous boxes. When such an inline box is
188189
affected by relative positioning, the relative positioning also
@@ -1380,9 +1381,9 @@ push the element vertically past the float.
13801381

13811382
<p>Computing the clearance of an element on which 'clear' is set is
13821383
done by first determining the hypothetical position of the element's
1383-
top border edge within its parent block. This position is the same as
1384-
the where the actual top border edge would have been if the element
1385-
had a non-zero top border and its 'clear' property had been 'none'.
1384+
top border edge within its parent block. This position is
1385+
where the actual top border edge would have been if the element
1386+
had a non-zero bottom border and its 'clear' property had been 'none'.
13861387

13871388
<p>If this hypothetical position of the element's top border edge is
13881389
not past the relevant floats, then clearance is introduced, and

0 commit comments

Comments
 (0)