[heycam/webidl] Absence of "record" token from Other production (#694)

It appears that the token "record" is absent from the [Other production](https://heycam.github.io/webidl/#index-prod-Other). This seems to make the ExtendedAttribute cover grammar fail for examples like [URLSearchParams](https://url.spec.whatwg.org/#interface-urlsearchparams). The text in the grammar section seems to indicate the identifier token is not inclusive of any terminals that get explicitly indicated in the grammar, which is consistent with the fact that most other keywords do get listed in Other.

Is the absence of “record” accidental, intentional, or am I misinterpreting something?

-- 
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/694

Received on Friday, 22 March 2019 06:41:35 UTC