* Callback for informing that the parser is manufacturing a tag not * actually found on the page. This will be followed by a startTag() with the * actual body tag in question.
()
| 433 | * actual body tag in question. |
| 434 | */ |
| 435 | markManufacturedBody() {} |
| 436 | /** |
| 437 | * HTML5 defines how parsers treat documents with multiple body tags: they |
| 438 | * merge the attributes from the later ones into the first one. Therefore, |