h-entry validator should check for obsolete rels, suggest class #51

Open
tantek opened this Issue Sep 5, 2016 · 0 comments

Projects

None yet

2 participants

@tantek
IndieWeb member

The indiewebify.me h-entry validator should check to see if there are any rel="in-reply-to" or any other old rel values (see indiewebcamp wiki) or odd variants of responses, and suggest the equivalent class instead, e.g.
rel=in-reply-to/u-in-reply-to -> class=u-in-reply-to
rel=like/like-of/u-like-of -> class=u-like-of
etc.

Real world example: https://chat.indieweb.org/dev/2016-09-05#t1473095803155000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment