MCPcopy Index your code
hub / github.com/ampproject/amphtml / markManufacturedBody

Method markManufacturedBody

validator/js/engine/htmlparser-interface.js:435–435  ·  view source on GitHub ↗

* 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.

()

Source from the content-addressed store, hash-verified

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,

Callers 2

startTagMethod · 0.45
pcdataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected