Skip to content

Commit a636277

Browse files
committed
[css-display] Move note per #1185.
1 parent c7df0aa commit a636277

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

css-display/Overview.bs

+9-5
Original file line numberDiff line numberDiff line change
@@ -887,15 +887,19 @@ Appendix A: Glossary</h2>
887887
as determined by the constraints of other properties
888888
(such as 'overflow' or 'align-content').
889889

890-
Note: Not all block container boxes are block-level boxes:
891-
non-replaced inline blocks and non-replaced table cells are block containers
892-
but not block-level boxes.
893-
Block-level boxes that are also block containers are called <a>block boxes</a>.
894-
895890
<dt><dfn>block box</dfn>
896891
<dd>
897892
A <a>block-level box</a> that is also a <a>block container</a>.
898893

894+
Note: Not all <a>block container</a> boxes are <a>block-level</a> boxes:
895+
non-replaced inline blocks and non-replaced table cells,
896+
for example, are block containers
897+
but not block-level boxes.
898+
Similarly, not all block-level boxes are block containers:
899+
block-level replaced elments (''display: block'')
900+
and flex containers (''display: flex''), for example,
901+
are not block containers.
902+
899903
<dt><dfn>block</dfn>
900904
<dd>
901905
Used as a shorthand for <a>block box</a>, <a>block-level box</a>, or <a>block container box</a>,

0 commit comments

Comments
 (0)