Skip to content

Commit ad9060e

Browse files
committed
[css-lists-3] Require outside markers to be block containers, but don't necessarily blockify them. #4448
1 parent b498732 commit ad9060e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-lists-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@ Positioning Markers: The 'list-style-position' property</h3>
440440
<dt><dfn id='list-style-position-outside'>outside</dfn>
441441
<dd>
442442
If the <a>list item</a> is a <a>block container</a>:
443-
the marker box is [=blockified=] [[!CSS-DISPLAY-3]]
444-
and placed outside the [=principal box|principal block box=];
443+
the marker box is a [=block container=]
444+
and is placed outside the [=principal box|principal block box=];
445445
however, the position of the list-item marker adjacent to floats is undefined.
446446
CSS does not specify the precise location of the marker box
447447
or its position in the painting order,

0 commit comments

Comments
 (0)