Open tantek opened 7 years ago
h-entry validator should detect if an h-entry is an RSVP (e.g. has p-rsvp property) and make sure the value provided is valid (yes,no,maybe,interested).
Maybe suggest markup if an invalid value is provided e.g. if someone says
<span class="p-rsvp">I'm attending</span>
perhaps suggest instead
<data class="p-rsvp" value="yes">I'm attending</data>
cc @aaronpk (who discovered invalid RSVP values received by webmention.io)
h-entry validator should detect if an h-entry is an RSVP (e.g. has p-rsvp property) and make sure the value provided is valid (yes,no,maybe,interested).
Maybe suggest markup if an invalid value is provided e.g. if someone says
perhaps suggest instead
cc @aaronpk (who discovered invalid RSVP values received by webmention.io)