[css3-lists] inline list items

I propose adding 'display: inline-list-item' to CSS3 Lists to handle the rather
common case of inline lists.

This value would be exactly like 'inline' except that the element also generates
a list marker, which is itself also formatted exactly like an inline box. If
'list-item-position' is 'inside', then the marker is inside the principal inline
box. If 'list-item-position' is 'outside', then the marker is immediately before
the principal inline box, such that the element generates two sibling inline boxes.

Thoughts?

~fantasai

Received on Thursday, 9 June 2011 03:09:44 UTC