@@ -701,7 +701,7 @@ Automatic Box Type Transformations</h3>
701
701
702
702
Some layout effects require <dfn export lt="blockify|blockification">blockification</dfn>
703
703
or <dfn export lt="inlinify|inlinification">inlinification</dfn> of the box type,
704
- which sets the box’s <a>outer display type</a>
704
+ which sets the box’s [=computed value|computed=] <a>outer display type</a>
705
705
to ''block'' or ''inline'' (respectively).
706
706
(This has no effect on <a>display types</a> that generate no box at all,
707
707
such as ''display/none'' or ''display/contents'' .)
@@ -1437,6 +1437,15 @@ Changes</h2>
1437
1437
Defined that [=replaced elements=] with a [=layout-internal=] 'display'
1438
1438
are treated as ''display: inline'' .
1439
1439
(<a href="https://github.com/w3c/csswg-drafts/issues/6000">Issue 6000</a> )
1440
+ <li id="blockification-computed">
1441
+ Clarified that [=blockification=] and [=inlinification=] are [=computed value=] changes.
1442
+ (<a href="https://github.com/w3c/csswg-drafts/issues/6251">Issue 6251</a> )
1443
+ <blockquote>
1444
+ <p> Some layout effects require <dfn export lt="blockify|blockification">blockification</dfn>
1445
+ or <dfn export lt="inlinify|inlinification">inlinification</dfn> of the box type,
1446
+ which sets the box’s <ins> [=computed value|computed=] </ins> <a>outer display type</a>
1447
+ to ''block'' or ''inline'' (respectively).
1448
+ </blockquote>
1440
1449
<li id="change-block-layout-def">
1441
1450
Added definition for [=block layout=] to glossary, for convenience.
1442
1451
<li id="change-grid-refs">
0 commit comments