[csswg-drafts] [css-display] ::marker is not a box

Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-display] ::marker is not a box ==
>From [Generating Marker Boxes](https://drafts.csswg.org/css-display-3/#list-items),

> The `list-item` keyword causes the element to generate a `::marker` pseudo-element box

`::marker` is a pseudo-element which may generate a box. But it can also generate multiple boxes or no box. I think it should say something like

> The `list-item` keyword creates a `::marker` pseudo-element which generates boxes as if it were an immediate child of the element

And consider linking [CSS Lists Markers](https://drafts.csswg.org/css-lists/#marker-pseudo-element), because [CSS Pseudo-Elements Markers](https://drafts.csswg.org/css-pseudo-4/#marker-pseudo) seems obsolete.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1625 using your GitHub account

Received on Thursday, 20 July 2017 10:55:22 UTC