Skip to content

Allow numbers in vendor prefixes #28

Closed
@gRegorLove

Description

@gRegorLove

Since 2016-02-28 the parsing spec has:

The "*" for root (and property) class names consists only of lowercase a-z and '-' characters.

Recently @aaronpk discovered this means his vendor prefix p3k- is no longer parsed.

As a conservative change to the specification, recommend changing this to:

The "*" for root (and property) class names consists only of lowercase a-z and '-' characters.

  • Exception: if the class name has a vendor prefix, the vendor prefix component consists of only lowercase a-z and 0-9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions