From df6ed76ec84f423c6824cba6d2b540fc30b33552 Mon Sep 17 00:00:00 2001 From: Volker E Date: Mon, 29 Jun 2020 17:21:10 -0700 Subject: [PATCH] [modern] Fix rendering of `main` element in IE10 & 11 Adding ResourceLoader 'normalize' feature module to the modern styles. Legacy Vector was not upgraded to use HTML5 semantic elements, therefore does not need the module. Similar to Demian's approach with reverted 'html5' I8f1c79037d14b89982e449708f4f1cefacab4439 Bug: T256092 Change-Id: I420e5315aee74f59995c358083f969b059bfe3c0 Depends-On: I4601cc938f7a10dce4f643e22356f8c5a39e4ac9 --- bundlesize.config.json | 2 +- skin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundlesize.config.json b/bundlesize.config.json index 1a5615e..a8917c3 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -5,7 +5,7 @@ }, { "resourceModule": "skins.vector.styles", - "maxSize": "8.1 kB" + "maxSize": "8.2 kB" }, { "resourceModule": "skins.vector.icons", diff --git a/skin.json b/skin.json index d5bfe34..7c96a46 100644 --- a/skin.json +++ b/skin.json @@ -43,7 +43,7 @@ "ResourceModules": { "skins.vector.styles.legacy": { "class": "ResourceLoaderSkinModule", - "features": [ "elements", "content", "interface", "logo", "legacy" ], + "features": [ "normalize", "elements", "content", "interface", "logo", "legacy" ], "targets": [ "desktop", "mobile"