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

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

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #3 from Anne <annevk@annevk.nl> ---
As far as I can tell from IDL, if an interface has "supported property indices"
you do not need to spell out the iterable behavior, but you do need the
iterable<> declaration. Is that not true? It might be better if that were not
true.

(Having said that, that means I can remove the description from NodeList and
DOMTokenList as well. I thought named getters were required for some reason.)

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

Received on Sunday, 5 October 2014 07:28:07 UTC