fluid-icon meta标签有什么用?


22

我偶然发现了一个我不知道的HTML元标记,并想知道它的用途是:

<link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub" />

我四处搜寻,但找不到任何解释。这是什么?一种新的网站图标方法?和我已经知道的有什么不同:

<link rel="icon" href="images/2/mail_icon_32.png" sizes="32x32"> 
<link rel="shortcut icon" href="https://www.google.com/a/scoop-gmbh.de/images/favicon.ico" type="image/x-icon"> 

Answers:


20

Fluid是一种运行Web应用程序的方式,就好像它们是本机Mac应用程序一样。流畅图标是在扩展坞的Mac上显示的图标。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.