@@ -289,11 +289,11 @@ Box Layout Modes: the 'display' property</h2>
289289 <td> ''inline''
290290 <td> ''inline flow''
291291 <td> <a>inline box</a>
292- <abbr title="also known as"> aka</abbr> <dfn export>inline block</dfn>
293292 <tr>
294293 <td> ''inline-block''
295294 <td> ''inline flow-root''
296295 <td> <a>inline-level</a> <a>block container</a>
296+ <abbr title="also known as"> aka</abbr> <dfn export>inline block</dfn>
297297 <tr>
298298 <td> ''run-in''
299299 <td> ''run-in flow''
@@ -691,18 +691,17 @@ Automatic Box Type Transformations</h3>
691691 such as ''display/none'' or ''display/contents'' .)
692692 Additionally:
693693
694- * If a ''block flow'' box is <a>inlinified</a> ,
694+ * If a [=block box=] ( ''block flow'' ) is <a>inlinified</a> ,
695695 its <a>inner display type</a> is set to ''flow-root''
696696 so that it remains a block container.
697697
698- * If an ''inline flow'' box is <a>inlinified</a> ,
698+ * If an [=inline box=] ( ''inline flow'' ) is <a>inlinified</a> ,
699699 it recursively <a>inlinifies</a> all of its in-flow children,
700700 so that no block-level descendants
701701 break up the inline formatting context in which it participates.
702702
703703 * For legacy reasons,
704- if an ''inline flow-root'' box
705- (aka ''inline-block'' )
704+ if an [=inline block box=] (''inline flow-root'' )
706705 is <a>blockified</a> ,
707706 it becomes a ''block'' box
708707 (losing its ''flow-root'' nature).
@@ -1409,6 +1408,9 @@ Acknowledgments</h2>
14091408<h2 class=no-num id="changes">
14101409Changes</h2>
14111410
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+
14121414 Changes since the <a href="https://www.w3.org/TR/2019/CR-css-display-3-20190711/">11 July 2019 Candidate Recommendation</a>
14131415 include:
14141416
0 commit comments