html – 如何确定具有微数据的锚标记的值?

前端之家收集整理的这篇文章主要介绍了html – 如何确定具有微数据的锚标记的值?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
最佳答案
Microdata规范(现在只是W3C Note)defines

If the element is an a,area,or link element
The value is the absolute URL that results from resolving the value of the element’s href attribute relative to the element at the time the attribute is set,or the empty string if there is no such attribute or if resolving it results in an error.

例外:当a / area / link元素具有itemscope属性时,则itemprop“value是元素创建的项”,而不是href值.

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

猜你在找的HTML相关文章