[Bug 17726] New: Enumerables on lists

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

           Summary: Enumerables on lists
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DOM
        AssignedTo: annevk@annevk.nl
        ReportedBy: jonathantneal@hotmail.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org


Should NodeList, DOMTokenLists, and other list enumerables behave like Array
enumerables?

Right now, properties like "length", "item", "add", "remove", "toggle", and
"contains" are enumerable, which makes for (e in someList) not as zesty as for
(e in someArray).

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 9 July 2012 20:23:47 UTC