File "HtmlNormalizer.php"
Full path: /home/sbkuplnl/public_html/wp-content/plugins/woocommerce/lib/packages/Pelago/Emogrifier/HtmlProcessor/HtmlNormalizer.php
File
size: 0.35 KB (357 B bytes)
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
declare(strict_types=1);
namespace Automattic\WooCommerce\Vendor\Pelago\Emogrifier\HtmlProcessor;
/**
* Normalizes HTML:
* - add a document type (HTML5) if missing
* - disentangle incorrectly nested tags
* - add HEAD and BODY elements (if they are missing)
* - reformat the HTML
*/
final class HtmlNormalizer extends AbstractHtmlProcessor {}