Starting from IE11 the styleSheet property is not supported, Edge will insert the tag if styleSheet is set but it won't apply the styles. Same thing if either appendChild, innerText, textContent or innerHtml is set; the only way to make Edge apply the style is by setting style.sheet
tag inserted but styles not applied
The styles were applied but for some reason the style tag is shown empty
Starting from IE11 the
styleSheet
property is not supported, Edge will insert the tag ifstyleSheet
is set but it won't apply the styles. Same thing if eitherappendChild
,innerText
,textContent
orinnerHtml
is set; the only way to make Edge apply the style is by settingstyle.sheet
tag inserted but styles not applied
The styles were applied but for some reason the style tag is shown empty