@@ -28,7 +28,7 @@ spec:css-pseudo-4; type:selector; text:::before
2828Introduction</h2>
2929
3030 This specification defines the ''::marker'' pseudo-element,
31- the ''display: list-item'' value that generates markers,
31+ the ''list-item'' <a>display type</a> that generates markers,
3232 and several properties controlling the placement and styling of markers.
3333
3434 It also defines <a>counters</a> ,
@@ -816,7 +816,8 @@ The special ''list-item'' counter</h3>
816816 (This has no effect on the values of the 'counter-*' properties.)
817817
818818 Issue: More definition.
819-
819+ See old <a href="https://github.com/w3c/csswg-drafts/issues/2464#issuecomment-375492907">WG discussions</a>
820+ and newer <a href="https://github.com/w3c/csswg-drafts/issues/3686">issue discussion</a> .
820821
821822<h3 id="creating-counters">
822823Creating and Inheriting Counters</h3>
@@ -1361,10 +1362,13 @@ Use <<custom-ident>> consistently for counter names.
13611362 <ol>
13621363 <li> The ''::marker'' pseudo-element has been introduced to allow styling of the list marker directly.
13631364
1364- <li> 'list-style-type' now accepts a <<string>> .
1365+ <li> 'list-style-type' now accepts a <<string>>
1366+ as well as the extended <<counter-style>> values from [[css-counter-styles-3]] ..
13651367
13661368 <li> The ''counter-set/list-item'' predefined counter identifier has been introduced.
13671369
13681370 <li> The 'counter-set' property has been added.
1371+
1372+ <li> Allowed for <a>inline-level</a> <a>list items</a> , as introduced in [[css-display-3]] .
13691373 </ol>
13701374
0 commit comments