kotlinx.html icon indicating copy to clipboard operation
kotlinx.html copied to clipboard

Template element has wrong parent content type

Open morki opened this issue 8 months ago • 1 comments
trafficstars

According to MDN, permitted parents of <template> elements are:

Any element that accepts metadata content, phrasing content, or script-supporting elements. Also allowed as a child of a element that does not have a span attribute.

But currently template {} function cannot be used inside div {} etc.

morki avatar Mar 06 '25 19:03 morki