From 729cc6a88d2b9e3904d1cd0d22e231359eddc6f2 Mon Sep 17 00:00:00 2001 From: fantasai Date: Tue, 15 Jun 2021 14:28:47 -0700 Subject: [PATCH] =?UTF-8?q?[css-display-3]=20Define=20=E2=80=9Cblock=20lay?= =?UTF-8?q?out=E2=80=9D=20for=20convenience.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css-display-3/Overview.bs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css-display-3/Overview.bs b/css-display-3/Overview.bs index 5388945eff1..9a3f64228c8 100644 --- a/css-display-3/Overview.bs +++ b/css-display-3/Overview.bs @@ -954,7 +954,7 @@ Appendix A: Glossary
block-level
- Content that participates in block layout. + Content that participates in [=block layout=]. Specifically, block-level boxes.
inline box @@ -1195,6 +1195,11 @@ Appendix A: Glossary for example, line boxes belonging to the [=inline formatting context=] interact with floats belonging to the [=block formatting context=]. +
block layout +
+ The layout of [=block-level boxes=], + performed within a [=block formatting context=]. +
block formatting context root
A block container