🤔 Mastodon recommends a a[rel=me] link to indicate ownership of a linked website, but rel=me isn't allowed on <a> tags? Should it be link[rel=me] instead?
https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/me
🤔 Mastodon recommends a a[rel=me] link to indicate ownership of a linked website, but rel=me isn't allowed on <a> tags? Should it be link[rel=me] instead?
https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/me
Description The page for me says that it is allowed on <a> elements. But this table suggests that it is "not allowed" on <a> (or is it only not allowed on <area> ? It was a bit confusing, so I'm ma...
@mehulkar Putting rel=anything on an <a> tag is definitely allowed. The main question is whether the remote thing you want to use it will look there or not.
In the case of Mastodon, I know from experience that it does work, same as Indieweb web sign-in.