| 173 |
<section id="html5-tokenize-error"> |
<section id="html5-tokenize-error"> |
| 174 |
<h2>HTML5 Parse Errors in Tokenization Stage</h2> |
<h2>HTML5 Parse Errors in Tokenization Stage</h2> |
| 175 |
|
|
|
<div class="section" id="after-html"><h3>Tag <code><<var>$0</var>></code> |
|
|
is not allowed after the end tag <code></html></code>.</h3> |
|
|
<p>The start or end tag of an element appears after the |
|
|
<code>html</code> element has been closed. The document is |
|
|
non-conforming.</p> |
|
|
|
|
|
<p>Any content of the document other than comments |
|
|
must be put into the <code>html</code> element.</p> |
|
|
</div> |
|
|
|
|
|
<div class="section" id="after-body"><h3>Tag <code><<var>$0</var>></code> |
|
|
is not allowed after the end tag <code></body></code>.</h3> |
|
|
<p>The start or end tag of an element appears after the |
|
|
<code>body</code> element has been closed. The document is |
|
|
non-conforming.</p> |
|
|
|
|
|
<p>Any content of the document other than <code>head</code> |
|
|
contents and comments must be put into the <code>body</code> |
|
|
element.</p> |
|
|
</div> |
|
|
|
|
| 176 |
<div class="section" id="bad-attribute-name"><h3>Attribute name cannot contain characters |
<div class="section" id="bad-attribute-name"><h3>Attribute name cannot contain characters |
| 177 |
<code>"</code>, <code>'</code>, and <code>=</code>.</h3></div> |
<code>"</code>, <code>'</code>, and <code>=</code>.</h3></div> |
| 178 |
|
|
| 569 |
</div> |
</div> |
| 570 |
|
|
| 571 |
<div class="section" id="after-html"><h3>Start tag <code><<var>{text}</var>></code> is |
<div class="section" id="after-html"><h3>Start tag <code><<var>{text}</var>></code> is |
| 572 |
not allowed after the <code>html</code> is closed.</h3></div> |
not allowed after the <code>html</code> is closed.</h3> |
| 573 |
|
<p>The start tag of an element appears after the |
| 574 |
|
<code>body</code> element has been closed. The document is |
| 575 |
|
non-conforming.</p> |
| 576 |
|
|
| 577 |
|
<p>Any content of the document other than <code>head</code> |
| 578 |
|
contents and comments must be put into the <code>body</code> |
| 579 |
|
element.</p> |
| 580 |
|
</div> |
| 581 |
|
|
| 582 |
<div class="section" id="after-html:/"><h3>End tag <code></<var>{text}</var>></code> is |
<div class="section" id="after-html:/"><h3>End tag <code></<var>{text}</var>></code> is |
| 583 |
not allowed after the <code>html</code> is closed.</h3></div> |
not allowed after the <code>html</code> is closed.</h3> |
| 584 |
|
<p>The end tag of an element appears after the |
| 585 |
|
<code>body</code> element has been closed. The document is |
| 586 |
|
non-conforming.</p> |
| 587 |
|
|
| 588 |
|
<p>Any content of the document other than <code>head</code> |
| 589 |
|
contents and comments must be put into the <code>body</code> |
| 590 |
|
element.</p> |
| 591 |
|
</div> |
| 592 |
|
|
| 593 |
<div class="section" id="after-html:#text"><h3>Non‐white‐space characters are not allowed |
<div class="section" id="after-html:#text"><h3>Non‐white‐space characters are not allowed |
| 594 |
after the <code>html</code> is closed.</h3></div> |
after the <code>html</code> is closed.</h3></div> |