- From: Boris Zbarsky <notifications@github.com>
- Date: Fri, 08 Jun 2018 19:45:46 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 8 June 2018 19:46:09 UTC
Fwiw, the regexp Gecko's IDL parser uses for identifiers is: [A-Z_a-z][0-9A-Z_a-z-]* which does match `_-foo-bar`. It looks like when we fixed https://bugzilla.mozilla.org/show_bug.cgi?id=1048437 the change to the IDL spec didn't match the change we made to our parser... -- 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-395869162
Received on Friday, 8 June 2018 19:46:09 UTC