[csswg-drafts] [css-display][css-lists] Is a markerly positioned box out-of-flow?

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

== [css-display][css-lists] Is a markerly positioned box out-of-flow? ==
CSS Lists introduces [`position: marker`](https://drafts.csswg.org/css-lists/#position-marker), and it says

> An element with `position: marker` counts as absolutely positioned.

However, CSS Display says

> A box is out-of-flow if it is floated (via `float`) or absolutely-positioned (via `absolute` or `fixed` positioning).

It does not mention `marker` despite including `fixed`, which also counts as counts as absolutely positioned.

Is `marker` out-of-flow or not?

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

Received on Tuesday, 23 May 2017 20:28:14 UTC