Skip to content

Commit 288a912

Browse files
committed
[css-lists-3] Blockify outside list marker boxes per w3c#4448 (comment)
1 parent 1010cc1 commit 288a912

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

css-lists-3/Overview.bs

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@ Positioning Markers: The 'list-style-position' property</h3>
394394
<dt><dfn id='list-style-position-outside'>outside</dfn>
395395
<dd>
396396
If the <a>list item</a> is a <a>block container</a>:
397-
the marker box is outside the principal block box;
397+
the marker box is [=blockified=] [[!CSS-DISPLAY-3]]
398+
and placed outside the [=principal box|principal block box=];
398399
however, the position of the list-item marker adjacent to floats is undefined.
399400
CSS does not specify the precise location of the marker box
400401
or its position in the painting order,
@@ -1479,6 +1480,12 @@ Acknowledgments</h2>
14791480

14801481
This section documents the changes since previous publications.
14811482

1483+
<h3 id="changes-20190817">Changes since the 17 August 2019 WD</h3>
1484+
1485+
<ul>
1486+
<li>Specify that ''outside'' list markers are [=blockified=].
1487+
</ul>
1488+
14821489
<h3 id="changes-20190425">Changes since the 25 April 2019 WD</h3>
14831490

14841491
<ul>
@@ -1518,5 +1525,5 @@ This section documents the changes since previous publications.
15181525

15191526
<li>The 'counter-set' property has been added.
15201527

1521-
<li>Allowed for <a>inline-level</a> <a>list items</a>, as introduced in [[css-display-3]].
1528+
<li>Allowed for <a>inline-level</a> <a>list items</a>, as introduced in [[CSS-DISPLAY-3]].
15221529
</ol>

0 commit comments

Comments
 (0)