[heycam/webidl] Disallow combining an indexed getter with a maplike/setlike (#671)

This avoids the ambiguity around which @@iterator to use. This combination is
not currently used; if a use case comes up, we can reconsider this.

Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=28592.
You can view, comment on, or merge this pull request online at:

  https://github.com/heycam/webidl/pull/671

-- Commit Summary --

  * Disallow combining an indexed getter with a maplike/setlike

-- File Changes --

    M index.bs (10)

-- Patch Links --

https://github.com/heycam/webidl/pull/671.patch
https://github.com/heycam/webidl/pull/671.diff

-- 
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/pull/671

Received on Friday, 1 March 2019 12:02:48 UTC