From bb0906025485dfb19b80ba043c75574a17748c0e Mon Sep 17 00:00:00 2001 From: Sho Miyamoto Date: Fri, 17 Dec 2021 19:16:38 +0900 Subject: Remove `shortcut` from the example for favicon As described in MDN itself, web authors must no longer use `shortcut` as the link type. > Warning: The shortcut link type is often seen before icon, but this link type is non-conforming, ignored and web authors must not use it anymore. https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types --- files/ja/web/html/element/link/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/html/element/link/index.html b/files/ja/web/html/element/link/index.html index 3b64f38381..d6341006f7 100644 --- a/files/ja/web/html/element/link/index.html +++ b/files/ja/web/html/element/link/index.html @@ -259,7 +259,7 @@ translation_of: Web/HTML/Element/link <!-- 高解像度でない iPhone, iPod Touch, Android 2.1 以降の端末 --> <link rel="apple-touch-icon-precomposed" href="favicon57.png"> <!-- 基本的なファビコン --> -<link rel="shortcut icon" href="favicon32.png"> +<link rel="icon" href="favicon32.png">

メディアクエリのついた条件付きのリソース読み込み

-- cgit v1.2.3-54-g00ecf