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

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

--- Comment #15 from Anne <annevk@annevk.nl> ---
setlike<> doesn't work since it adds more than just iteration features. It
seems the main problem with DOMTokenList is that it has an indexed getter as
well, which changes the behavior we'd ideally want.

Cameron, Domenic, any thoughts on what would be best here? Should there be a
feature in IDL to override the presence of indexed getters from it being
treated as an Array?

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

Received on Monday, 19 October 2015 16:43:30 UTC