Skip to content

Commit 6685aa1

Browse files
authored
[css-exclusions-1] Fix bikeshed errors (w3c#10604)
1 parent d396b45 commit 6685aa1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

css-exclusions-1/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Editor: Vincent Hardy, Adobe, vhardy@adobe.com
1414
Editor: Alan Stearns, Adobe, astearns@adobe.com, w3cid 46659
1515
!Issues list: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Exclusions&amp;resolution=---&amp;cmdtype=doit">in Bugzilla</a>
1616
!Test Suite: <a href="http://test.csswg.org/suites/css3-exclusions/nightly-unstable/">http://test.csswg.org/suites/css3-exclusions/nightly-unstable/</a>
17-
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.
1818
Ignored Terms: div, dl, dfn
1919
</pre>
2020
<pre class=link-defaults>
@@ -156,7 +156,7 @@ The 'wrap-flow' property</h4>
156156
No exclusion is created. Inline flow content interacts with the element
157157
as usual. In particular, if the element is a
158158
<a href="https://www.w3.org/TR/CSS2/visuren.html#floats">float</a>
159-
(see [[!CSS21]]), the behavior is unchanged.
159+
(see [[!CSS2]]), the behavior is unchanged.
160160

161161
<dt><dfn>both</dfn>
162162
<dd>
@@ -212,7 +212,7 @@ The 'wrap-flow' property</h4>
212212
<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'.
213213

214214
An <a>exclusion element</a> establishes a new <a href="">block formatting
215-
context</a> (see [[!CSS21]]) for its content.
215+
context</a> (see [[!CSS2]]) for its content.
216216

217217
<figure>
218218
<img alt="General illustration showing how exclusions combine" src="images/exclusions-illustration.png" style="width: 70%" />
@@ -444,13 +444,13 @@ The values of this property have the following meanings:
444444
<h3 id="exclusions-order">
445445
Exclusions order</h3>
446446

447-
Exclusions follow the painting order (See [[!CSS21]] Appendix E). Exclusions are
447+
Exclusions follow the painting order (See [[!CSS2]] Appendix E). Exclusions are
448448
applied in reverse to the document order in which they are defined. The last exclusion
449449
appears on top of all other exclusion, thus it affects the inline flow content of
450450
all other preceding exclusions or elements descendant of the same containing block.
451451
The 'z-index' property can be used to change the ordering of
452452
<a href="https://www.w3.org/TR/CSS2/visuren.html#choose-position">positioned</a> exclusion
453-
boxes (see [[!CSS21]]). Statically positioned exclusions are not affected by the
453+
boxes (see [[!CSS2]]). Statically positioned exclusions are not affected by the
454454
'z-index' property and thus follow the painting order.
455455

456456
<div class="example">
@@ -569,7 +569,7 @@ Step 1: resolve exclusion boxes belonging to each <a>wrapping context</a></h4>
569569
<h4 id="step-2">
570570
Step 2: resolve wrapping contexts and lay out containing blocks</h4>
571571

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
573573
containing block in two sub-steps.
574574

575575
<h4 id="step-2-A">
@@ -697,7 +697,7 @@ Step 1: resolve exclusion boxes belonging to each <a>wrapping context</a></h5>
697697
<code class="idl">e1</code> is absolutely positioned and <code class="idl">d1</code>
698698
is relatively positioned. However, while <code class="idl">e2</code> is also absolutely
699699
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.
701701

702702
As a result of the computation of containing blocks for the tree, the boxes
703703
belonging to the <a>wrapping context</a>s of all the elements can be determined:

0 commit comments

Comments
 (0)