Skip to content

Commit 09212af

Browse files
committed
Refer to 'flow layout' directly, rather than just mentioning the types of boxes that flow layout can produce. Fixes #1470.
1 parent c54cda7 commit 09212af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css-display/Overview.bs

+3-4
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,11 @@ Generating Marker Boxes: the ''list-item'' keyword</h3>
394394
the principal box's <a>outer display type</a> defaults to ''block''.
395395

396396
Note: In this level, as restricted in the grammar,
397-
a list-item can only be a block box,
398-
a block formatting context root box,
399-
an inline box,
400-
or an inline-block box.
397+
list-items are limited to the <a>Flow Layout</a> display types
398+
(''block''/''inline''/''run-in'' with ''flow''/''flow-root'' inner types).
401399
This restriction may be relaxed in a future level of this module.
402400

401+
403402
<h3 id="layout-specific-display">
404403
Layout-Internal Display Types: the ''table-*'' and ''ruby-*'' keywords</h3>
405404

0 commit comments

Comments
 (0)