Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Remove additional itemprop/property attribute on 'Book' example #185
+2
−2
Conversation
unor
changed the title from
'Book' example contained two itemprop/property attributes on same element to Remove additional itemprop/property attribute on 'Book' example
Nov 23, 2014
danbri
added
guidelines docs examples
status:needs review
type:cleanup + clarity
type:bug
labels
Jan 22, 2015
danbri
modified the milestones:
2015 Q1,
sdo-stantz release
Jan 22, 2015
danbri
self-assigned this
Jan 22, 2015
|
Thanks! Merged in via #272 (I pulled it into sdo-stantz, our upcoming release, rather than master branch). |
danbri
closed this
Jan 22, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
unor commentedNov 23, 2014
A Microdata/RDFa example had two
itemprop/propertyelements on the same element, one of which contained an invalid property value (Fiction).I guess it was intended to use
content="Fiction"instead, but note that Microdata doesn’t allow this onspan(see rvguha#184) and the JSON-LD example uses "fictional" instead of "Fiction", too.