Skip to content

Commit 5aaca4a

Browse files
committed
[css-display] Fix what happens if a layout-internal type is blockified/etc. Fixes #1340.
1 parent 0103e8a commit 5aaca4a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-display/Overview.bs

+4-2
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,10 @@ Automatic Box Type Transformations</h3>
577577
or <dfn export lt="inlinify|inlinification">inlinification</dfn> of the box type,
578578
which sets the box’s <a>outer display type</a>
579579
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''.
580+
(This has no effects on <a>display types</a> that generate no box at all,
581+
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''.
582584

583585
<div class='example'>
584586
Some examples of this include:

0 commit comments

Comments
 (0)