[dom] Rename Elements to ElementList
Elliott Sprehn via GitHub <[email protected]> Wed, 08 Jul 2015 17:26:33 +0000
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]> |
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