plus its children. * * @RenderElement("html") */ class Html extends RenderElement { /** * {@inheritdoc} */ public function getInfo() { return [ '#theme' => 'html', // HTML5 Shiv '#attached' => [ 'library' => ['core/html5shiv'], ], ]; } }