- From: Anne van Kesteren <annevk@annevk.nl>
- Date: Tue, 8 Apr 2014 10:07:43 -0700
- To: Travis Leithead <travis.leithead@microsoft.com>
- Cc: Eric Devine <devineej@gmail.com>, "public-html@w3.org" <public-html@w3.org>, "www-dom@w3.org" <www-dom@w3.org>
Can we use www-dom@w3.org for the DOM? Also, please use http://dom.spec.whatwg.org/ as that's the canonical version. > From: Eric Devine > > What use cases is Elements intended to solve the NodeList and HTMLCollection > aren't suited for? It's meant to be a better API. E.g. have map and such. > What other functions return an Elements object? Just these for now. > Will there be a "live" Elements array? We should not introduce more live lists. They are bad. > Is Elements intended to replace the use of NodeList and HTMLCollection? Yes. > Where can I find the UA implementation status for these features? No implementation yet. > Does anyone know of a polyfill for either? https://gist.github.com/domenic/5864658 is an illustration of how this could be implemented going forward. -- http://annevankesteren.nl/
Received on Tuesday, 8 April 2014 17:08:11 UTC