Skip to content

Commit 53c8aa7

Browse files
committed
[css2] issue 198; rel pos of blocks in inlines
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402566
1 parent 867732e commit 53c8aa7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css2/visuren.src

Lines changed: 3 additions & 1 deletion
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.131 2006-06-02 16:18:03 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.132 2006-10-10 19:17:55 ihickson Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model</title>
@@ -166,6 +166,8 @@ boxes inside it.
166166

167167
<p>
168168
When an inline box contains a block box, the inline box (and its inline ancestors within the same line box) are broken around the block. The line boxes before the break and after the break are enclosed in anonymous boxes, and the block box becomes a sibling of those anonymous boxes.
169+
When such an inline box is affected by relative positioning,
170+
the relative positioning also affects the block box.
169171
</p>
170172

171173
<div class="example">

0 commit comments

Comments
 (0)