Re: [css-display] feedback on box-suppress

> On Jun 24, 2015, at 1:42 AM, Brad Kemper <brad.kemper@gmail.com> wrote:
> 
> C) Do we really need display-list as a separate property? Can't we just say that this:
>    x { display: list-item }
> 
> ...is equivalent to this:
>    x { display: block }
>    x::marker { display: inline }

Or this, actually, to follow my other proposed syntax, without the needing to use the shorthand:

x::marker { display-box: show }

> Thus, having a display [or rather display-box] of not 'none' on the ::marker would make it a list item. Bam. Now it gets 'disc' as the initial 'list-style-type' and a bullet as the marker content. This seems simpler me, and easier to mentally track what's going on, and how 'display: list-item' interacts with ::marker.

Received on Wednesday, 24 June 2015 08:52:00 UTC