3 namespace Pelago\Emogrifier\HtmlProcessor;
7 * - add a document type (HTML5) if missing
8 * - disentangle incorrectly nested tags
9 * - add HEAD and BODY elements (if they are missing)
12 * @internal This class currently is a new technology preview, and its API is still in flux. Don't use it in production.
14 * @author Oliver Klee <github@oliverklee.de>
16 class HtmlNormalizer extends AbstractHtmlProcessor