Skip to content

Commit 03c32ca

Browse files
committed
[css2] Correct error in the edit for issue 195.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403072
1 parent baec100 commit 03c32ca

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css2/visuren.src

Lines changed: 3 additions & 2 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.169 2010-10-25 14:25:43 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.170 2010-10-26 19:46:28 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, dividing the inline box into two pieces. The line
185+
the block-level box, dividing the inline box into two pieces even if
186+
either side is empty. The line
186187
boxes before the break and after the
187188
break are enclosed in anonymous block boxes, and the block-level box
188189
becomes a sibling of those anonymous boxes. When such an inline box is

0 commit comments

Comments
 (0)