Skip to content

[css-lists] Grammar for counter names should be consistent. #1996

@emilio

Description

@emilio

https://drafts.csswg.org/css-lists-3/#funcdef-counter says:

counter( <ident>, [ <counter-style> | none ]? )
counters( <ident>, <string>, [ <counter-style> | none ]? )

However counter-increment and such say:

[ <custom-ident> <integer>? ]+ | none 

Looks like <ident> and <custom-ident> should be used consistently. I suspect we want to use <custom-ident> everywhere?

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