HTML5“

前端之家收集整理的这篇文章主要介绍了HTML5“前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
HTML5的 WHATWG document表示rel属性必须包含以空格分隔的值,然后给出一个允许值的表。

The attribue’s value must be a set of space-separated tokens. The 07001…

链接元素的允许关键字列表不包括快捷方式,但它包括图标。所以我在看着这个众所周知的标签

<link rel="shortcut icon" href="/favicon.ico" />

并想知道是否符合HTML5。我应该从我的网站的此标记删除关键字快捷方式吗?

解决方法

从同一WHATWG文档:

For historical reasons,the icon keyword may be preceded by the keyword “shortcut”. If the “shortcut” keyword is present,it must be come immediately before the icon keyword and the two keywords must be separated by only a single U+0020 SPACE character.

原文链接:https://www.f2er.com/html5/169944.html

猜你在找的HTML5相关文章