Skip to content

Commit 729cc6a

Browse files
committed
[css-display-3] Define “block layout” for convenience.
1 parent a2c384a commit 729cc6a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-display-3/Overview.bs

+6-1
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ Appendix A: Glossary</h2>
954954

955955
<dt><dfn lt="block-level|block-level content">block-level</dfn>
956956
<dd>
957-
Content that participates in block layout.
957+
Content that participates in [=block layout=].
958958
Specifically, block-level boxes.
959959

960960
<dt><dfn>inline box</dfn>
@@ -1195,6 +1195,11 @@ Appendix A: Glossary</h2>
11951195
for example, line boxes belonging to the [=inline formatting context=]
11961196
interact with floats belonging to the [=block formatting context=].
11971197

1198+
<dt><dfn>block layout</dfn>
1199+
<dd>
1200+
The layout of [=block-level boxes=],
1201+
performed within a [=block formatting context=].
1202+
11981203
<dt><dfn>block formatting context root</dfn>
11991204
<dd>
12001205
A <a>block container</a>

0 commit comments

Comments
 (0)