Closed robertandrews closed 2 years ago
Thank you for all the feedback!
Fixed. (correct me if I'm wrong)
Of all the issues you raised:
span
wrapping p
issue — This was just an oversight.datetime
format issue — This is something I went back and forth on, and decided to remove, but just didn't think validation was necessary.schema
issue — This one has been a constant pain point when it comes to the review process on wordpress.org. One admin/reviewer tells be it's allowed and another tells me it isn't. It seems to be a gray area on whether it's "plugin territory" or not. I make a case for it being theme territory, and entirely appropriate to bake schema right into the theme code.
In a couple of areas, W3C HTML Validator reports:
The itemprop attribute was specified, but the element is not a property of any item.
This StackOverflow answer says:
Were you leaving the type blank for end users, given the range of options?