Skip to content

Commit 980d30a

Browse files
committed
[css2] Tentative new text for issue 215.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403174
1 parent 13420d9 commit 980d30a

2 files changed

Lines changed: 17 additions & 11 deletions

File tree

css2/changes.src

Lines changed: 10 additions & 7 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: 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&nbsp;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&nbsp;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 ==========================-->

css2/visudet.src

Lines changed: 7 additions & 4 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.160 2011-03-23 09:10:22 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.161 2011-03-23 21:13:32 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model details</title>
66
<style type="text/css">
@@ -44,11 +44,14 @@ established by the <a href="visuren.html#viewport">viewport</a>
4444
in the case of continuous media or the page area in the case of paged media.
4545
</li>
4646
<li>If the element has 'position: absolute', the containing block is
47-
the <a href="box.html#padding-edge">padding edge</a> of the nearest
47+
the smallest rectangle that encloses the <a
48+
href="box.html#padding-edge">padding edges</a> of all boxes generated
49+
by the nearest
4850
ancestor with a <span class="propinst-position">'position'</span> of
4951
'absolute', 'relative' or 'fixed'. If there is no such ancestor, the
50-
containing block is the initial containing block. In CSS&nbsp;2.1, if
51-
that nearest ancestor is an <a
52+
containing block is the initial containing block. If the ancestor is
53+
block-level, only its principal box is taken into account. In
54+
CSS&nbsp;2.1, if the ancestor is an <a
5255
href="visuren#inline-level">inline-level element</a> that splits
5356
across multiple lines, the containing block is undefined.
5457
</li>

0 commit comments

Comments
 (0)