[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
This commit is contained in:
Volker E 2020-07-06 20:07:33 -07:00 committed by VolkerE
parent f967641628
commit 9efd8a9268
1 changed files with 1 additions and 1 deletions

View File

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