@@ -289,11 +289,11 @@ Box Layout Modes: the 'display' property</h2>
289
289
<td> ''inline''
290
290
<td> ''inline flow''
291
291
<td> <a>inline box</a>
292
- <abbr title="also known as"> aka</abbr> <dfn export>inline block</dfn>
293
292
<tr>
294
293
<td> ''inline-block''
295
294
<td> ''inline flow-root''
296
295
<td> <a>inline-level</a> <a>block container</a>
296
+ <abbr title="also known as"> aka</abbr> <dfn export>inline block</dfn>
297
297
<tr>
298
298
<td> ''run-in''
299
299
<td> ''run-in flow''
@@ -691,18 +691,17 @@ Automatic Box Type Transformations</h3>
691
691
such as ''display/none'' or ''display/contents'' .)
692
692
Additionally:
693
693
694
- * If a ''block flow'' box is <a>inlinified</a> ,
694
+ * If a [=block box=] ( ''block flow'' ) is <a>inlinified</a> ,
695
695
its <a>inner display type</a> is set to ''flow-root''
696
696
so that it remains a block container.
697
697
698
- * If an ''inline flow'' box is <a>inlinified</a> ,
698
+ * If an [=inline box=] ( ''inline flow'' ) is <a>inlinified</a> ,
699
699
it recursively <a>inlinifies</a> all of its in-flow children,
700
700
so that no block-level descendants
701
701
break up the inline formatting context in which it participates.
702
702
703
703
* For legacy reasons,
704
- if an ''inline flow-root'' box
705
- (aka ''inline-block'' )
704
+ if an [=inline block box=] (''inline flow-root'' )
706
705
is <a>blockified</a> ,
707
706
it becomes a ''block'' box
708
707
(losing its ''flow-root'' nature).
@@ -1409,6 +1408,9 @@ Acknowledgments</h2>
1409
1408
<h2 class=no-num id="changes">
1410
1409
Changes</h2>
1411
1410
1411
+ Changes since the <a href="https://www.w3.org/TR/2020/CR-css-display-3-20200519/">19 May 2020 Candidate Recommendation</a>
1412
+ consist only of minor editorial clarifications and cross-linking improvements.
1413
+
1412
1414
Changes since the <a href="https://www.w3.org/TR/2019/CR-css-display-3-20190711/">11 July 2019 Candidate Recommendation</a>
1413
1415
include:
1414
1416
0 commit comments