Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

151
Views
elem.innerHTML = "<body></body>" isn't working. Why?
let t=document.createElement('template');

t.innerHTML = "<body></body>"

var E = t.children; // HTMLCollection { length: 0 }

t.innerHTML = "<div></div>"; 
var E = t.children; // HTMLCollection { 0: div, length: 1 }

the div is getting parsed but not the body, why the body tag isn't getting parsed ?

I'm using Firefox 99.0.1 on windows 10

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Template elements are not allowed to contain body elements.

The parsing rules say that when encountering

A start tag whose tag name is "body" … if there is a template element on the stack of open elements, then ignore the token.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!