DOM Parsing and Serialization
Various DOM parsing and serializing functions, specifically `DOMParser`, `XMLSerializer`, `innerHTML`, `outerHTML` and `insertAdjacentHTML`.
element api: outerhtml
element api: outerhtml: requires `trustedhtml` instance when trusted types are enforced
element api: outerhtml: serializes `<` and `>` in attributes as `<` and `>` (see this spec issue)
4 results found.