From T118303#1855079:
Wouldn't this implicate at the same time, that we can't fully support HTML5 Elements without extra <div> wrappers
for a long(/eternal) time(s)?Because in IE 6-8 HTML5 elements can hold children and are affected by CSS only by help of JavaScript.
Or would it be a special treatment for a special friend out of Grade C browsers to include one JS in a
conditional comment in head exclusively for IE with JS enabled?// Append JS shiv for supporting HTML5 elements in IE<9 @media screen $min = $this->getRequest()->getFuzzyBool( 'debug' ) ? '' : '.min'; $out->addHeadItem( 'html5shiv', '<!--[if lt IE 9]><script src="' htmlspecialchars( $this->getConfig()->get( 'LocalStylePath' ) . "/{$this->stylename}/resources/vendor/html5shiv{$min}.js" ) . '"></script><![endif]-->' );