Skip to content

Commit 73eb06a

Browse files
committed
Clarified that an exclusion element establishes a new BFC
1 parent 58f5a7c commit 73eb06a

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,12 @@ <h4 id="wrap-flow-property">The 'wrap-flow' property</h4>
373373
<p>
374374
Otherwise, a computed 'wrap-flow' property value of 'both', 'start', 'end', 'maximum' or 'clear' on an
375375
element makes that element an <span>exclusion element</a>. It's <span>exclusion shape</span>
376-
is contributed to its containing block's <span>wrapping context</span>, causing the containing block's descendants
377-
to wrap around its exclusion area.
376+
is contributed to its containing block's <span>wrapping context</span>, causing the
377+
containing block's descendants to wrap around its exclusion area.
378378
</p>
379+
380+
<p>An <span>exclusion element</span> establishes a
381+
new <a href="">block formatting context</a> (see [[!CSS21]]) for its content.</p>
379382

380383
<div class="figure">
381384
<img alt="General illustration showing how exclusions combine" src="images/exclusions-illustration.png" width="70%" />
@@ -1751,6 +1754,7 @@ <h3>Since <a href="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">Decem
17511754
<ul>
17521755
<li>Clarified processing model</li>
17531756
<li>Clarified interaction with floats</li>
1757+
<li>Clarified that an exclusion element establishes a new block formatting context</li>
17541758
</ul>
17551759
</body>
17561760
</html>

css3-exclusions/Overview.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@
120120

121121
<h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1>
122122

123-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 April 2012</h2>
123+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 April 2012</h2>
124124

125125
<dl>
126126
<dt>This version:
127127

128128
<dd><a
129129
href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd>
130-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120415/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120415/</a></dd>-->
130+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120417/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120417/</a></dd>-->
131131

132132
<dt>Latest version:
133133

@@ -668,6 +668,10 @@ <h4 id=wrap-flow-property><span class=secno>3.1.1. </span>The &lsquo;<a
668668
context</a>, causing the containing block's descendants to wrap around its
669669
exclusion area. </span>
670670

671+
<p>An <a href="#exclusion-element">exclusion element</a> establishes a new
672+
<a href="">block formatting context</a> (see <a href="#CSS21"
673+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>) for its content.
674+
671675
<div class=figure> <img
672676
alt="General illustration showing how exclusions combine"
673677
src="images/exclusions-illustration.png" width="70%">
@@ -2710,6 +2714,9 @@ <h3 id=since-december-13th-2011><span class=secno>5.7. </span>Since <a
27102714
<li>Clarified processing model
27112715

27122716
<li>Clarified interaction with floats
2717+
2718+
<li>Clarified that an exclusion element establishes a new block formatting
2719+
context
27132720
</ul>
27142721
</html>
27152722
<!-- Keep this comment at the end of the file

0 commit comments

Comments
 (0)