Re: (Unofficial) Elemental2 2.27 question

2020-04-25 Thread Vassilis Virvilis
Hi, Thanks for answering. a) children is an Element property and it returns a HTMLCollection. See here: https://developer.mozilla.org/en-US/docs/Web/API/ParentNode/children Also this issue has been brought up as a bug before but It had never bitten me personally. See here: https://github.com/goog

Re: (Unofficial) Elemental2 2.27 question

2020-04-25 Thread Peter Donald
On Fri, Apr 24, 2020 at 11:15 PM Vassilis Virvilis wrote: > I updated to Elemental 2.27 from 2.25 and > a) Element has no children property I haven't got an IDE handy but that is what I would expect. IIRC Element extends Node and Node has a read only attribute childNodes ... at least according to