You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract: CSS Exclusions define arbitrary areas around which inline content ([[!CSS21]]) can flow. CSS Exclusions can be defined on any CSS block-level elements. CSS Exclusions extend the notion of content wrapping previously limited to floats.
17
+
Abstract: CSS Exclusions define arbitrary areas around which inline content ([[!CSS2]]) can flow. CSS Exclusions can be defined on any CSS block-level elements. CSS Exclusions extend the notion of content wrapping previously limited to floats.
18
18
Ignored Terms: div, dl, dfn
19
19
</pre>
20
20
<pre class=link-defaults>
@@ -156,7 +156,7 @@ The 'wrap-flow' property</h4>
156
156
No exclusion is created. Inline flow content interacts with the element
<a href="https://www.w3.org/TR/css3-writing-modes/#text-flow">writing mode</a>[[!CSS3-WRITING-MODES]] of the content wrapping around the 'exclusion area'.
213
213
214
214
An <a>exclusion element</a> establishes a new <a href="">block formatting
boxes (see [[!CSS21]]). Statically positioned exclusions are not affected by the
453
+
boxes (see [[!CSS2]]). Statically positioned exclusions are not affected by the
454
454
'z-index' property and thus follow the painting order.
455
455
456
456
<div class="example">
@@ -569,7 +569,7 @@ Step 1: resolve exclusion boxes belonging to each <a>wrapping context</a></h4>
569
569
<h4 id="step-2">
570
570
Step 2: resolve wrapping contexts and lay out containing blocks</h4>
571
571
572
-
In this step, starting from the top of the <a href="https://www.w3.org/TR/CSS2/visuren.html#z-index">rendering tree</a> (see [[!CSS21]]), the agent processes each
572
+
In this step, starting from the top of the <a href="https://www.w3.org/TR/CSS2/visuren.html#z-index">rendering tree</a> (see [[!CSS2]]), the agent processes each
573
573
containing block in two sub-steps.
574
574
575
575
<h4 id="step-2-A">
@@ -697,7 +697,7 @@ Step 1: resolve exclusion boxes belonging to each <a>wrapping context</a></h5>
697
697
<code class="idl">e1</code> is absolutely positioned and <code class="idl">d1</code>
698
698
is relatively positioned. However, while <code class="idl">e2</code> is also absolutely
699
699
positioned, its containing block is the initial containing block (ICB). See the
700
-
section 10.1 of the CSS 2.1 specification ([[!CSS21]]) for details.
700
+
section 10.1 of the CSS 2.1 specification ([[!CSS2]]) for details.
701
701
702
702
As a result of the computation of containing blocks for the tree, the boxes
703
703
belonging to the <a>wrapping context</a>s of all the elements can be determined:
0 commit comments