Re: [dom] Is the NodeList interface being deprecated?

On Sun, May 17, 2015 at 9:10 AM, Šime Vidas <sime.vidas@gmail.com> 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/

Received on Monday, 18 May 2015 02:36:57 UTC