🤔 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...