[Webkit-unassigned] [Bug 109061] New: <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 09:22:33 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109061

           Summary: <link rel="apple-touch-icon"> tag is not honored on
                    CNN.com, workflowy.com etc
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aruslan at chromium.org


No apple-touch-icons are fetched (and, hence, used) for CNN.con, workflowy.com etc.
The same holds for apple-touch-icon-precomposed.

Test steps:

Load http://aruslan.me/t1237621jsa/t.html
    <html><head>
    <link href="http://www.cnn.com/favicon.ie9.ico" rel="Shortcut Icon" type="image/x-icon" />
    <link href="http://i.cdn.turner.com/cnn/.e/img/3.0/global/misc/apple-touch-icon.png" rel="apple-touch-icon" type="image/png" />
    <title>Title</title>
    </head><body>Body.</body></html>

Observed results:
1. favicon.ie9.ico is fetched and shown correctly.
2. apple-touch-icon is NOT fetched; instead, the request is made to the website to fetch "default" fallback apple-touch-icon.png.

Expected results:
1. favicon.ie9.ico is fetched and shown (no changes).
2. apple-touch-icon from CDN is fetched and shown.

-- 
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