I just noticed that I inadvertently saved my favicon
as a png.
and nothing bad happened.
What is gained by saving as .ico
. This is obviously the way it is done ( as I've looked at many favicon links in other web-apps ), but I'm trying to understand this at a deeper level.
I'm saving at 32px by 32px. Here is the boiler plate.
<link id='file_icon' rel='icon' href = 'foo/foo.png'>
compared to:
<link id='file_icon' rel='icon' href = 'foo/foo.ico'>