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
<articleclass="post_content h-entry" id="content"><h1class="post_title" itemprop="name headline"><divclass="post_featured">[some image markup]</div><spanclass="post_title__text p-name">Refreshing after a long absence</span></h1>
[...]
</article>
I get the warning "The parsed name name is longer than the content, which is usually a sign is it malformed due to being implicitly rather than explicitly parsed."
I'm not sure why it's not picking up the p-name in that span -- which I assume is why I'm seeing this warning. (I also searched the source to make sure p-name doesn't appear anywhere else, and it doesn't.)
The text was updated successfully, but these errors were encountered:
Thanks for the report! I think the microformats parser running on this site needs to be updated. We'll try to get that updated soon.
Your HTML looks correct and returns the expected results when I run it through https://php.microformats.io/ for example, so looks all good on your end.
Testing this page, with this relevant markup:
I get the warning "The parsed
name
name is longer than the content, which is usually a sign is it malformed due to being implicitly rather than explicitly parsed."I'm not sure why it's not picking up the
p-name
in thatspan
-- which I assume is why I'm seeing this warning. (I also searched the source to make surep-name
doesn't appear anywhere else, and it doesn't.)The text was updated successfully, but these errors were encountered: