Refer to 'flow layout' directly, rather than just mentioning the type… · w3c/csswg-drafts@09212af (original) (raw)

Original file line number Diff line number Diff line change
@@ -394,12 +394,11 @@ Generating Marker Boxes: the ''list-item'' keyword
394 394 the principal box's outer display type defaults to ''block''.
395 395
396 396 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 Flow Layout display types
398 + (''block''/''inline''/''run-in'' with ''flow''/''flow-root'' inner types).
401 399 This restriction may be relaxed in a future level of this module.
402 400
401 +
403 402

404 403 Layout-Internal Display Types: the ''table-*'' and ''ruby-*'' keywords
405 404