File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -1005,19 +1005,25 @@ Appendix A: Glossary</h2>
1005
1005
Block and inline formatting contexts are defined in
1006
1006
<a href="https://www.w3.org/TR/CSS2/visuren.html#normal-flow">CSS 2.1 Section 9.4</a> .
1007
1007
1008
+ <dt> <dfn>block formatting context root</dfn>
1009
+ <dd>
1010
+ A <a>block container</a>
1011
+ that establishes a new <a>block formatting context</a> .
1012
+
1008
1013
<dt> <dfn>BFC</dfn>
1009
1014
<dd>
1010
- Abbreviation for <a>block formatting context</a> .
1015
+ Abbreviation for <a>block formatting context</a> or
1016
+ <a>block formatting context root</a> .
1011
1017
Has various informal definitions referring to boxes which
1012
1018
contain internal floats, exclude external floats, and suppress margin collapsing,
1013
- and may refer specifically to:
1019
+ and may therefore refer specifically to one of :
1014
1020
1015
1021
* a <a>block container</a>
1016
1022
that establishes a new <a>block formatting context</a> for its contents
1017
1023
* a <a>block box</a> (i.e. a <a>block-level</a> block container)
1018
1024
that establishes a block formatting context for its contents
1019
1025
(as distinguished from a block box which does not)
1020
- * any block-level box that establishes a new formatting context
1026
+ * (very loosely) any block-level box that establishes a new formatting context
1021
1027
(other than an inline formatting context)
1022
1028
1023
1029
<dt> <dfn>out-of-flow</dfn>
You can’t perform that action at this time.
0 commit comments