Re: [heycam/webidl] identifier needs to allow a leading hyphen (#564)

friendly ping.
Can we discuss how we should update the regular expression?  i.e. Is this issue accepted?
I think the reasonable regex is `_?[A-Za-z-][0-9A-Z_a-z-]*`.
A concern for this expression is that it can accept identifiers with no alphabets, like `--`, `_-`, `_-_`, `-012-345_678`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/564#issuecomment-402591724

Received on Thursday, 5 July 2018 02:45:54 UTC