[Bug 23212] Add iterator support to NodeList, HTMLCollection, DOMTokenList, and DOMSettableTokenList

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

--- Comment #6 from Boris Zbarsky <bzbarsky@mit.edu> ---
The way things stand right now, if you have an iterable<> declaration you need
a description of the iterator behavior.  That is, explicitly saying you're
iterable totally overrides the default behavior for indexed props.

Obviously we can change Web IDL to not do that, but we should think about
whether there are cases when someone _would_ want a non-default iterator
behavior for something with indexed props....

You should definitely remove the legacyiterable bits, though.  I see no use
cases for that one, really.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 6 October 2014 11:54:38 UTC