Closed
Description
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
and0-9
Metadata
Metadata
Assignees
Labels
No labels