2
Article Interop WG: How to represent titles?
(mitra.social)
A group to discuss how Article
objects can be better supported across the fediverse
@silverpill that's interesting because I'd say no, but html pages frequently duplicate title and h1.
@tedu @article_interop There might be popular services where
name
is ignored completely but<h1>
incontent
gracefully degrades. If that's the case,<h1>
(or<h1>
plusname
) would be preferable.AFAIK Mastodon doesn't have this problem and will display
Article.name
. I don't know about the others.@tedu @article_interop
Found the answer here: https://funfedi.dev/support_tables/generated/object_types/
Sharkey seems to be ignoring the
name
, I guess this means Misskey does that as well.