|
|
|
|
|
by malfist
1703 days ago
|
|
People make mistakes all the time. Breaking because somebody made a mistake that you can correct for just leads to unnecessarily fragile code. What's the point of failing and breaking stuff if someone tells you their image is 144x144 but it's really 145x145? Who does that benefit? |
|
In this particular case, it seems to me that the hints serve no purpose and should be abolished, and in the meantime fully ignored, altogether. All necessary metadata is contained in the image file, and browsers should also be (relatively) strict in what image files with what metadata they accept, for security reasons alone.
And if they also went so far as limiting file size, the perpetrators that clog up bandwidth by putting up multi-MB favicons would catch on much earlier (or at all), too.
So what actually is the point of those hints, if browsers have to fallback anyway?