Skip to content

Commit 570d192

Browse files
committed
[css2] Edited issue
http://www.w3.org/Style/css2-updates/REC-CSS2-20110607-errata.html#s.10.1 (containing block). --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403263
1 parent 645d1f9 commit 570d192

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css2/visudet.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: visudet.src,v 2.172 2012-05-15 13:16:51 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.173 2012-08-21 13:58:40 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model details</title>
66
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
@@ -38,7 +38,8 @@ containing block is the same as for the root element.
3838
</li>
3939
<li>For other elements, if the element's position is 'relative' or 'static',
4040
the containing block is formed by the content edge of the nearest
41-
<a href="visuren.html#block-boxes">block container</a> ancestor box.
41+
ancestor box that is a <a href="visuren.html#block-boxes">block
42+
container</a> or which establishes a formatting context.
4243
</li>
4344
<li>If the element has 'position: fixed', the containing block is
4445
established by the <a href="visuren.html#viewport">viewport</a>

0 commit comments

Comments
 (0)