8000 [css-lists-3] Should automatic list-item increment adjust for ol[reversed]? · Issue #4181 · w3c/csswg-drafts · GitHub
[go: up one dir, main page]

Skip to content

[css-lists-3] Should automatic list-item increment adjust for ol[reversed]? #4181

@fantasai

Description

@fantasai

The list-item counter is defined to automatically increment by one on each element with display: list-item. (See #3686 for how that works.) <ol reversed> lists need to have a list-item increment of -1.

Should this be done by magic interactions with the host language, or should the UA style sheet simply include ol[reversed] > li { counter-increment: list-item -1; }?

Metadata

Metadata

Assignees

No one assigned

    Labels

    HTMLRequires coordination with HTML peoplecss-lists-3Current Work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0