Skip to content

[css-display][css-lists] Is a markerly positioned box out-of-flow? #1458

Closed
@Loirooriol

Description

@Loirooriol

CSS Lists introduces 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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions