[heycam/webidl] CallbackInterfaceMembers grammar question (typo?) (#751)

```
CallbackInterfaceMembers ::
    ExtendedAttributeList CallbackInterfaceMember CallbackInterfaceMember
    ε
```

It seems like the second `CallbackInterfaceMember` should be `CallbackInterfaceMembers` (plural). I know there can be only one `RegularOperation` (not enforced syntactically), but I don’t think the number of consts is limited (assuming [NodeFilter](https://dom.spec.whatwg.org/#interface-nodefilter) is instructive).

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

Received on Sunday, 30 June 2019 23:37:19 UTC