Online since 1990 Yes! I started with Gopher. I do modern Web Component Development with technologies supported by **all** WHATWG partners (Apple, Google, Microsoft & Mozilla)
So... your? $mol stuffs a shitload of HTMLUnknownElements in the page,
and you! now claim those are not DOM nodes?
... after adding 3 Todos:
A quick test reveals each Todo adds FOUR DOM nodes to the page...
A TODO application adding ONE <li> adds just ONE DOM node to the page.
Note:
You might as well replace all those _ in your tags with - , and create proper HTMLElement;
known as UNdefined Custom Elements. Doesn't change your application,
but allows for future upgrades to defined Custom Elements using customElements.define
Yes, the whole world blogs about Defined Custom Elements, but UNdefined Custom Elements are fine to use,
So you don't have to abuse HTMLUnknownElement
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Source: todomvc.hyoo.ru/
So... your? $mol stuffs a shitload of
HTMLUnknownElementsin the page,and you! now claim those are not DOM nodes?
... after adding 3 Todos:
A quick test reveals each Todo adds FOUR DOM nodes to the page...
A TODO application adding ONE
<li>adds just ONE DOM node to the page.Note:
You might as well replace all those _ in your tags with - , and create proper
HTMLElement;known as UNdefined Custom Elements. Doesn't change your application,
but allows for future upgrades to defined Custom Elements using
customElements.defineYes, the whole world blogs about Defined Custom Elements, but UNdefined Custom Elements are fine to use,
So you don't have to abuse
HTMLUnknownElement