Skip to content

Commit 9d7ed97

Browse files
committed
Modified wording for resolution of containing block for positioned elements in a named flow
1 parent 0d15454 commit 9d7ed97

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

css3-regions/Overview.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,8 +737,16 @@ <h3 id=the-flow-into-property><span class=secno>4.1. </span>The &lsquo;<a
737737
</div>
738738

739739
<p>The edges of the first region in a region chain associated with a named
740-
flow establish the rectangle that is the initial containing block of the
741-
named flow.
740+
flow establish the rectangle that is the <a
741+
href="http://www.w3.org/TR/CSS2/visudet.html#containing-block-details">containing
742+
block</a> used for absolutely positioned elements in the name named flow
743+
which do not have an ancestor with a &lsquo;<code
744+
class=property>position</code>&rsquo; of &lsquo;<code
745+
class=property>absolute</code>&rsquo;, &lsquo;<code
746+
class=property>relative</code>&rsquo; or &lsquo;<code
747+
class=property>fixed</code>&rsquo; (see <a href="#CSS21"
748+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>). That first region rectangle
749+
is used as the containing block instead of the initial containing block.
742750

743751
<p>The first region defines the <a
744752
href="http://www.w3.org/TR/css3-writing-modes/#writing-mode">writing
@@ -2008,6 +2016,9 @@ <h3 id="changes_from_June_09_2011"><span class=secno>10.1. </span>Changes
20082016
<code>Document</code> interface, as per <a
20092017
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15828">Bug
20102018
15828</a>.
2019+
2020+
<li>Modified wording about containing block resolution for absolutely
2021+
positioned elements in a named flow.
20112022
</ul>
20122023

20132024
<h3 id="changes_from_June_09_2011"><span class=secno>10.2. </span>Changes

css3-regions/Overview.src.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,11 @@ <h3 id="the-flow-into-property">The 'flow-into' property</h3>
592592
</div>
593593

594594
<p>The edges of the first region in a region chain associated with a named flow establish
595-
the rectangle that is the initial containing block of the named flow.</p>
595+
the rectangle that is the
596+
<a href="http://www.w3.org/TR/CSS2/visudet.html#containing-block-details">containing block</a>
597+
used for absolutely positioned elements in the name named flow which do not have an
598+
ancestor with a 'position' of 'absolute', 'relative' or 'fixed' (see [[!CSS21]]). That
599+
first region rectangle is used as the containing block instead of the initial containing block.</p>
596600

597601
<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>
598602

@@ -1718,6 +1722,8 @@ <h3 id="changes_from_June_09_2011">Changes from <a href="http://www.w3.org/TR/20
17181722
<li>Added a name property to the <code>NamedFlow</code> interface. Added a <code>NamedFlowCollection</code>
17191723
interface and added a <code>getNamedFlows</code> method on the <code>Document</code> interface, as
17201724
per <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15828">Bug 15828</a>.</li>
1725+
<li>Modified wording about containing block resolution for absolutely positioned elements in a
1726+
named flow.</li>
17211727
</ul>
17221728

17231729

0 commit comments

Comments
 (0)