Google和其他人如何确定Anchor标记上的itemprop值?
在上面的例子中,itemprop的值是href属性,就像解析链接标记的方式一样?或者是innerHTML的值,作为标准块元素被解析?
我搜索了很多,但找不到答案.我对所有答案持开放态度,但我非常喜欢给出答案的来源,所以我可以进一步调查.
提前致谢!
最佳答案
Microdata规范(现在只是W3C Note)defines:
原文链接:https://www.f2er.com/html/426831.htmlIf the element is an
a
,area
,orlink
element
The value is the absolute URL that results from resolving the value of the element’shref
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值.