[Webkit-unassigned] [Bug 120784] The 32x32 pixels favicons are not displayed properly anymore
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 9 09:16:06 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120784
--- Comment #2 from Maxim <maxim.chiriac at gmail.com> 2013-09-09 09:15:21 PST ---
Created an attachment (id=211049)
--> (https://bugs.webkit.org/attachment.cgi?id=211049&action=review)
Screenshots of the issue in different browsers
Now when I had some free time for more thorough tests it looks like the issues is not related to 32x32 pixel icon, but rather to the fact how it is being loaded by:
<link rel="icon" href="logo.png" type="image/png" />
<link rel="shortcut icon" href="favicon.ico?v=4" type="image/x-icon" />
Webkit uses only first tag and loads logo.png, although other browsers load favicon.ico . Perhaps my markup is wrong, but I cant seem to recall any problems. Feel free to check demo at http://dev.visuallizard.com/demo/favicon/ and screenshot attached. I should note that IE11 has similar results as Webkit.
Could someone with better understanding of this compare test case with the specs please?
PS. Should I close the bug report, since it's title isn't relevant anymore?
Thanks, and sorry for confusion,
Max
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list