Turning meta names to lower case disrupts IE11 tiles
-
This report is a consequence of the discussion started here:
https://github.com/phbernard/realfavicongenerator/issues/10#issuecomment-32255001Apparently, Header Cleaner turns meta names to lower case. Although this should work, it apparently disrupts IE10 and IE11 on Windows 8 and 8.1 when it comes to tile management.
The behavior I could personally observe is that the msapplication-TileColor meta, when written msapplication-tilecolor, is not taken into account by Windows 8.1 RTM / IE11 when trying ti pin the web site to the desktop. msapplication-TileImage is probably impacted too, although I couldn’t check it.
There are additional metas with upper case in their names. They might be impacted as well. See for example https://msdn.microsoft.com/en-us/library/ie/dn255024(v=vs.85).aspx .
- The topic ‘Turning meta names to lower case disrupts IE11 tiles’ is closed to new replies.