Pages created with Hello Elementor and Elementor Pro does not fully validate with the w3.org Markup Validation Service. Or at least it will result in a ton of warnings like:
The type attribute is unnecessary for JavaScript resources.
According to this Stack Overflow answer this can be resolved by adding HTML5 support to script and style, like so:
add_theme_support( 'html5', array( 'script', 'style' ) );
Is there a reason this is not already built-in behavior of the Hello Elementor theme?
Would you consider adding it?
Pages created with Hello Elementor and Elementor Pro does not fully validate with the w3.org Markup Validation Service. Or at least it will result in a ton of warnings like:
According to this Stack Overflow answer this can be resolved by adding HTML5 support to
scriptandstyle, like so:add_theme_support( 'html5', array( 'script', 'style' ) );Is there a reason this is not already built-in behavior of the Hello Elementor theme?
Would you consider adding it?