Skip to content

[css-lists] Outside marker positioning with floats #2361

@kojiishi

Description

@kojiishi

Positioning markers in CSS Lists defines that the marker is positioned at the border edge of the ancestor list item. I understand this section is not ready, but to share our findings.

When there're floats, it looks like:

  • Trident/Edge still positions the marker at the border edge of <li>.
  • Blink/Gecko/WebKit shifts the position by the amount of floats.

Test@codepen

A test in WebKit/Blink fast/lists/003.html indicates this was intentionally done.

/cc @FremyCompany @cathiechen

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