Hi, I have a question on your template tag documentation. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template
The docs specify that there are permitted parents. It makes sense, and I think it implies a parent as an ancestor rather than a direct parent - but even so, I can place a <template> directly in an <html> tag (with no <body> or <head> as a parent) and it works just fine. I’ve tried to find any other documentation that discusses restrictions on where a template can be placed, and I’m coming up with nothing. I wouldn’t be so exacting, except I’m writing a book which talks about the tag a little bit and I want to know if I’m missing anything.
Any context where I’m wrong, or historical notes about how this used to be right but not anymore would be much appreciated.
thanks!