Skip to content

Commit 086abc0

Browse files
committed
[css-display-3] Clarify that blockification/inlinification are computed-value operations. Fixes #6251
1 parent 2efd270 commit 086abc0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

css-display-3/Overview.bs

+10-1
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ Automatic Box Type Transformations</h3>
701701

702702
Some layout effects require <dfn export lt="blockify|blockification">blockification</dfn>
703703
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>
705705
to ''block'' or ''inline'' (respectively).
706706
(This has no effect on <a>display types</a> that generate no box at all,
707707
such as ''display/none'' or ''display/contents''.)
@@ -1437,6 +1437,15 @@ Changes</h2>
14371437
Defined that [=replaced elements=] with a [=layout-internal=] 'display'
14381438
are treated as ''display: inline''.
14391439
(<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>
14401449
<li id="change-block-layout-def">
14411450
Added definition for [=block layout=] to glossary, for convenience.
14421451
<li id="change-grid-refs">

0 commit comments

Comments
 (0)