11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22<html lang="en">
3- <!-- $Id: changes.src,v 2.147 2011-03-23 09:10:41 bbos Exp $ -->
3+ <!-- $Id: changes.src,v 2.148 2011-03-23 21:13:54 bbos Exp $ -->
44<HEAD>
55<TITLE>Changes</TITLE>
66</HEAD>
@@ -6614,9 +6614,11 @@ is inline and split over multiple lines:
66146614
66156615<blockquote>
66166616<p>4. If the element has 'position: absolute', the containing block is
6617- <del>established by</del> <ins>the padding edge of</ins> the nearest
6618- ancestor with a 'position' of 'absolute', 'relative' or 'fixed'<del>,
6619- in the following way:</del><ins>.</ins>
6617+ <del>established by</del> <ins>the smallest rectangle that encloses
6618+ the <a href="box.html#padding-edge">padding edges</a> of all boxes
6619+ generated by</ins> the nearest ancestor with a 'position' of
6620+ 'absolute', 'relative' or 'fixed'<del>, in the following
6621+ way:</del><ins>.</ins>
66206622<ol>
66216623 <li><del>In the case that the ancestor is an inline box, the
66226624 containing block depends on the 'direction' property of the
@@ -6641,9 +6643,10 @@ in the following way:</del><ins>.</ins>
66416643</ol>
66426644
66436645<p>If there is no such ancestor, the containing block is the initial
6644- containing block. <ins>In CSS 2.1, if that nearest ancestor is an
6645- inline-level element that splits across multiple lines the containing
6646- block is undefined.</ins>
6646+ containing block. <ins>If the ancestor is block-level, only its
6647+ principal box is taken into account. In CSS 2.1, if the ancestor
6648+ is an <a href="visuren#inline-level">inline-level element</a> that
6649+ splits across multiple lines, the containing block is undefined.</ins>
66476650</blockquote>
66486651
66496652<!--========================== issue 213 ==========================-->
0 commit comments