From 9efd8a9268831e3d09a49fab11a8ef8d299f2362 Mon Sep 17 00:00:00 2001 From: Volker E Date: Mon, 6 Jul 2020 20:07:33 -0700 Subject: [PATCH] [modern] Fix rendering of `main` element in IE10 & 11 (again) Add 'normalize' module to modern Vector. In I420e5315aee74f59995c358083f969b059bfe3c0 the commit message did not reflect the actual change and we added normalize to legacy accidentally instead of modern. This patch adds it to modern correctly. In that commit message we said "Legacy Vector was not upgraded to use HTML5 semantic elements, therefore does not need the module." however on further reflection there is benefit to keeping this in legacy as after further changes made in I4601cc938f7a1 this will bring the same consistency in all Wikimedia deployed skins. Following-up I420e5315aee74f59995c358083f969b059bfe3c0 Bug: T256092 Change-Id: I3ba46cb993524e8fa0ad262ab4b6cba829498e87 --- skin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin.json b/skin.json index 6ee79b6..e74b67d 100644 --- a/skin.json +++ b/skin.json @@ -52,7 +52,7 @@ }, "skins.vector.styles": { "class": "ResourceLoaderSkinModule", - "features": [ "elements", "content", "interface", "legacy" ], + "features": [ "normalize", "elements", "content", "interface", "legacy" ], "targets": [ "desktop", "mobile"