On Tue, Aug 26, 2014 at 4:21 PM, Anne van Kesteren <ann...@annevk.nl> wrote: > On Mon, Aug 25, 2014 at 8:59 PM, Mike <tomshin...@yandex-team.ru> wrote: >> 2) There is already a couple of standards or quasi-standads: >> - favicons (most promising seems to be the increasing of their size and >> svg support) >> - apple-touch-icon used by Apple and Android >> - msapplication-TileImage used by MS >> - Firefox OS icon (detached case) >> - SpeedDial API by Opera (as an extension) > > There's also <link rel=icon>, which is the way to do this.
Particularly when used with the sizes='' attribute, which lets you provide small favicons *and* large icons suitable for use in tiles like this. ~TJ