We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0103e8a commit 5aaca4aCopy full SHA for 5aaca4a
css-display/Overview.bs
@@ -577,8 +577,10 @@ Automatic Box Type Transformations</h3>
577
or <dfn export lt="inlinify|inlinification">inlinification</dfn> of the box type,
578
which sets the box’s <a>outer display type</a>
579
to ''block'' or ''inline'' (respectively).
580
- This has no effects on <a>display types</a> that generate no box at all,
581
- such as ''display/none'' or ''display/contents''.
+ (This has no effects on <a>display types</a> that generate no box at all,
+ such as ''display/none'' or ''display/contents''.)
582
+ Additionally, if the box originally had a [=layout-internal=] display type,
583
+ then its [=inner display type=] is set to ''flow''.
584
585
<div class='example'>
586
Some examples of this include:
0 commit comments