From 05f00d2adc451b96c7251c0c62c419e494531e84 Mon Sep 17 00:00:00 2001 From: Jdlrobson Date: Mon, 29 Jun 2020 20:01:55 +0000 Subject: [PATCH] Revert "[modern] Fix broken rendering of `main` and `dialog` elements in IE9-11" This reverts commit 3926ffa8ca86b05235b5e83ef641761f12271eff. Reason for revert: After consideration of the new task T256520 this shipping a normalize CSS feature seems like a much better approach to solving this problem, particularly since `template` and `dialog` are unused in our code. Change-Id: I20391cc6c1f5a50127cd84bd7c0f17a20ab92528 --- 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 a8917c3..1a5615e 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -5,7 +5,7 @@ }, { "resourceModule": "skins.vector.styles", - "maxSize": "8.2 kB" + "maxSize": "8.1 kB" }, { "resourceModule": "skins.vector.icons", diff --git a/skin.json b/skin.json index 7f35dfa..d5bfe34 100644 --- a/skin.json +++ b/skin.json @@ -52,7 +52,7 @@ }, "skins.vector.styles": { "class": "ResourceLoaderSkinModule", - "features": [ "html5", "elements", "content", "interface", "legacy" ], + "features": [ "elements", "content", "interface", "legacy" ], "targets": [ "desktop", "mobile"