[modern] Fix broken rendering of `main` and `dialog` elements in IE9-11

Adds the new ResourceLoader feature_file 'html5' to the modern styles.
The legacy layout was not upgraded to use HTML5 semantic elements,
therefore does not need these.

Bug: T256092
Depends-On: I3e4abb5fc8e55b7138fc1c86543777c845bed88e
Change-Id: I8f1c79037d14b89982e449708f4f1cefacab4439
This commit is contained in:
AronDemian 2020-06-21 23:34:41 +02:00 committed by Aron Manning
parent 9aee83fbb8
commit 3926ffa8ca
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
}, },
{ {
"resourceModule": "skins.vector.styles", "resourceModule": "skins.vector.styles",
"maxSize": "8.1 kB" "maxSize": "8.2 kB"
}, },
{ {
"resourceModule": "skins.vector.icons", "resourceModule": "skins.vector.icons",

View File

@ -52,7 +52,7 @@
}, },
"skins.vector.styles": { "skins.vector.styles": {
"class": "ResourceLoaderSkinModule", "class": "ResourceLoaderSkinModule",
"features": [ "elements", "content", "interface", "legacy" ], "features": [ "html5", "elements", "content", "interface", "legacy" ],
"targets": [ "targets": [
"desktop", "desktop",
"mobile" "mobile"