Skip to content

Commit 67721c7

Browse files
committed
[css-display-3] Add cross-reference, update changes.
1 parent 87ba48d commit 67721c7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-display-3/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ Appendix A: Glossary</h2>
10491049
not the one it generates.
10501050

10511051
In general, the [=edges=] of a [=box=]
1052-
act as the [=containing=] block for descendant boxes;
1052+
act as the [=containing block=] for descendant boxes;
10531053
we say that a box “establishes”
10541054
the [=containing block=] for its descendants.
10551055
If properties of a [=containing block=] are referenced,
@@ -1059,7 +1059,8 @@ Appendix A: Glossary</h2>
10591059
unless otherwise specified.)
10601060

10611061
See [[CSS2]] <a href="https://www.w3.org/TR/CSS2/visuren.html#containing-block">Section 9.1.2</a>
1062-
and <a href="https://www.w3.org/TR/CSS2/visudet.html#containing-block-details">Section 10.1</a> for details.
1062+
and <a href="https://www.w3.org/TR/CSS2/visudet.html#containing-block-details">Section 10.1</a>
1063+
and [[CSS-POSITION-3#def-cb]] for details.
10631064

10641065
<dt><dfn>containing block chain</dfn>
10651066
<dd>
@@ -1423,6 +1424,8 @@ Changes</h2>
14231424
all of these additional types of nodes are ignored,
14241425
as if they didn't exist.)</ins>
14251426
</blockquote>
1427+
<li id="change-abspos-glossary">
1428+
Improved/moved glossary definitions relating to [=absolute positioning=].
14261429
</ul>
14271430

14281431
Changes since the <a href="https://www.w3.org/TR/2018/CR-css-display-3-20180828/">28 August 2018 Candidate Recommendation</a>

0 commit comments

Comments
 (0)