Answer the question
In order to leave comments, you need to log in
Who uses the in html?
Who uses the tag in HTML? Interested in ways and purposes of its use. I didn’t find any interesting examples of working with it, but maybe someone can share their examples, maybe someone has already come up with an interesting application for it? The first thing that came to my mind was to use a syntax similar to js-templaters in html code for convenient replacement with the desired content, and to use it for dynamic elements on the site using pure JS and without any libraries. In terms of speed, this approach is probably not faster than ReactJS, etc., but I'm more interested in working on pure JS and standard HTML features, and support only for those browsers that support it.
Answer the question
In order to leave comments, you need to log in
This tag behaves differently in different browsers, in some, everything inside becomes the Shadow DOM, in others it does not.
This behavior complicates the code, so it is better to abandon it in favor of simpler solutions.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question