The recent addition of Apple touch icons forgot the 60x60 icon size.
See here: https://developer.apple.com/library/safari/documentation/AppleApplicatio...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | metatag-n2498173-3.patch | 11.41 KB | damienmckenna |
The recent addition of Apple touch icons forgot the 60x60 icon size.
See here: https://developer.apple.com/library/safari/documentation/AppleApplicatio...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | metatag-n2498173-3.patch | 11.41 KB | damienmckenna |
Comments
Comment #1
damienmckennaComment #2
damienmckennaApple's documentation mentions the "apple-touch-icon" meta tag, whereas the "Everything you wanted to know about touch icons" page (that was used as the basis for the favicon support in v1.5) uses "apple-touch-icon-precomposed". Ugh. Also, the Apple page says the default size is 60x60 whereas the other page says the default is 57x57. I hope we won't need two different sets of meta tags :-\
Comment #3
damienmckennaThis adds a new set of meta tags for "apple-touch-icon" values.
Comment #4
damienmckennaCommitted.