https://drafts.csswg.org/css-display/#propdef-display
Given that a display:contents element can generate ::before/::after boxes, it seems reasonable that it should also be able to generate a ::marker box. The box would be forced to be list-style-position:inside, just like for display:inline list-item.
https://drafts.csswg.org/css-display/#propdef-display
Given that a
display:contentselement can generate::before/::afterboxes, it seems reasonable that it should also be able to generate a::markerbox. The box would be forced to belist-style-position:inside, just like fordisplay:inline list-item.