-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
Description
When the user chooses to not place the favicon files in the root directory of the web site:
browserconfig.xmlis not generated.- The IE11 pictures are declared directly in the HTML code.
However, this is not necessary. browserconfig.xml path can de declared. For example:
<meta name="msapplication-config" content="/path/to/browserconfig..xml" />
This would save a few bytes of HTML code.
See http://msdn.microsoft.com/en-us/library/ie/dn320426(v=vs.85).aspx
Reactions are currently unavailable