Re: [dom] Is the NodeList interface being deprecated?
Anne van Kesteren <[email protected]> Mon, 18 May 2015 11:36:34 +0900
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CADnb78iDzRhQkSxv-1oY_i+3VF7Jmk1zBZxNFrL1jRc6cRSTpg@mail.gmail.com> |
On Sun, May 17, 2015 at 9:10 AM, Šime Vidas <[email protected]> wrote: > The latest /TR/2015/WD-dom-20150428/ spec The latest is https://dom.spec.whatwg.org/ actually. > Is it meant as a **complete** replacement (effectively making NodeList legacy)? No, though see discussion here: https://www.w3.org/Bugs/Public/show_bug.cgi?id=27688 > I’m interested in the scenario of proposing new standard APIs which would > make performing operations on a set of DOM elements easier (think jQuery), > and creating a prollyfill to enable such functionality in today’s browsers. > Should such work be performed on Elements.prototype instead of > NodeList.prototype? Depends on the scenarios you want it to work for. -- https://annevankesteren.nl/