By rupl on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
Drupal 8 outputs HTML5 by default. The following changes were made to the core html.tpl.php template:
- HTML5 DOCTYPE
- The template introduces the
$html_attributesvariable in the<html>tag - The template introduces the
$body_attributesvariable in the<body>tag - RDFa attributes are no longer hardcoded into
<html>, but output using the$html_attributesvariable
Impacts:
Module developers
Themers