Open alibosworth opened 7 years ago
If the source element is a template tag then it is a document fragment and must have its content pulled out into a new element.
template
The benefit of using a template tag in supported browsers is that the browser will not render it or fetch its images.
If the source element is a
template
tag then it is a document fragment and must have its content pulled out into a new element.The benefit of using a template tag in supported browsers is that the browser will not render it or fetch its images.