[dom] Rename Elements to ElementList

esprehn has just created a new issue for 
https://github.com/whatwg/dom:

== Rename Elements to ElementList ==
"Elements" is super hard to search for (ex. web search don't find 
this), and is not clear what it does. It should also be constructible 
and writing new Elements([...]) is weird, new ElementList([....]) 
makes sense.

https://dom.spec.whatwg.org/#element-collections

See https://github.com/whatwg/dom/issues/50

Received on Wednesday, 8 July 2015 17:26:35 UTC