- From: Vincent Hardy via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 03 Feb 2012 13:09:42 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-regions
In directory hutz:/tmp/cvs-serv9622
Modified Files:
Overview.html Overview.src.html
Log Message:
Modified wording for resolution of containing block for positioned elements in a named flow
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Overview.html 3 Feb 2012 12:57:14 -0000 1.48
+++ Overview.html 3 Feb 2012 13:09:40 -0000 1.49
@@ -737,8 +737,16 @@
</div>
<p>The edges of the first region in a region chain associated with a named
- flow establish the rectangle that is the initial containing block of the
- named flow.
+ flow establish the rectangle that is the <a
+ href="http://www.w3.org/TR/CSS2/visudet.html#containing-block-details">containing
+ block</a> used for absolutely positioned elements in the name named flow
+ which do not have an ancestor with a ‘<code
+ class=property>position</code>’ of ‘<code
+ class=property>absolute</code>’, ‘<code
+ class=property>relative</code>’ or ‘<code
+ class=property>fixed</code>’ (see <a href="#CSS21"
+ rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>). That first region rectangle
+ is used as the containing block instead of the initial containing block.
<p>The first region defines the <a
href="http://www.w3.org/TR/css3-writing-modes/#writing-mode">writing
@@ -2008,6 +2016,9 @@
<code>Document</code> interface, as per <a
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15828">Bug
15828</a>.
+
+ <li>Modified wording about containing block resolution for absolutely
+ positioned elements in a named flow.
</ul>
<h3 id="changes_from_June_09_2011"><span class=secno>10.2. </span>Changes
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- Overview.src.html 3 Feb 2012 12:57:14 -0000 1.53
+++ Overview.src.html 3 Feb 2012 13:09:40 -0000 1.54
@@ -592,7 +592,11 @@
</div>
<p>The edges of the first region in a region chain associated with a named flow establish
- the rectangle that is the initial containing block of the named flow.</p>
+ the rectangle that is the
+ <a href="http://www.w3.org/TR/CSS2/visudet.html#containing-block-details">containing block</a>
+ used for absolutely positioned elements in the name named flow which do not have an
+ ancestor with a 'position' of 'absolute', 'relative' or 'fixed' (see [[!CSS21]]). That
+ first region rectangle is used as the containing block instead of the initial containing block.</p>
<p>The first region defines the <a href="http://www.w3.org/TR/css3-writing-modes/#writing-mode">writing mode</a> for the entire flow. The writing mode on subsequent regions is ignored.</p>
@@ -1718,6 +1722,8 @@
<li>Added a name property to the <code>NamedFlow</code> interface. Added a <code>NamedFlowCollection</code>
interface and added a <code>getNamedFlows</code> method on the <code>Document</code> interface, as
per <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15828">Bug 15828</a>.</li>
+ <li>Modified wording about containing block resolution for absolutely positioned elements in a
+ named flow.</li>
</ul>
Received on Friday, 3 February 2012 13:09:48 UTC