Skip to content

Conversation

@wilx
Copy link
Contributor

@wilx wilx commented Jun 29, 2017

This patch makes the parser accept input where itemscope is on top level
item but there is also itemprop on the same tag that is not anchored by
higher level itemscope.

This situation happens on BlogSpot, e.g., http://coderscentral.blogspot.cz/2017/06/privilege-and-idiocy.html:

<div class="post hentry uncustomized-post-template" itemprop="blogPost" itemscope="itemscope" itemtype="http://schema.org/BlogPosting">

Notice the itemprop="blogPost" that is not anchored by higher level itemscope.

wilx added 2 commits June 29, 2017 22:11
This patch makes the parser accept input where `itemscope` is on top level
item but there is also `itemprop` on the same tag that is not anchored by
higher level `itemscope`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant