Skip to content
Snippets Groups Projects
Commit b2ec9c4c authored by catch's avatar catch
Browse files

Issue #1321678 by Jacine: Provide default styling for block-level HTML5 elements.

parent 3312541e
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -259,3 +259,23 @@ html.js .js-hide {
zoom: 1; /* hasLayout trigger to clear floats in IE */
}
/**
* Block-level HTML5 display definition.
*
* Provides display values for browsers that don't recognize the new elements
* and therefore display them inline by default.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
display: block;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment