You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
<div itemscope itemtype="http://schema.org/CreativeWork">
<time itemprop="name" content="time content attribute"
datetime="2017-05-19T02:59">time element text content</time>
<time itemprop="name" datetime="2017-05-19T02:59">time element text content</time>
<time itemprop="name">time element only has text content</time>
</div>
gives 3 names:
time content attribute
2017-05-19T02:59
time element only has text content
I'm proposing to match this behaviour in the algorithm for determining values. @iherman ?
The text was updated successfully, but these errors were encountered:
see #20, #38, #39
Note that if there is a `content` attribute is is selected **in
preference** to another specific attribute, including `src` and `href`
Google and SDL both do this already:
gives 3 names:
I'm proposing to match this behaviour in the algorithm for determining values. @iherman ?
The text was updated successfully, but these errors were encountered: