[Bug 26985] Remove requirement for prose around iterable<> if object has indexed properties

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26985

Domenic Denicola <d@domenic.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(d@domenic.me)     |

--- Comment #11 from Domenic Denicola <d@domenic.me> ---
Right. This is precisely a question of Set-like vs. Array-like. DOMTokenList
does seem a lot more Set-like to me. That's why it used single-type iterable;
that's what single-type iterable is for, in fact.

(I think it's weird TC39 decided to add keys() and entries() to Sets. But they
did.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Sunday, 18 October 2015 17:05:50 UTC