this post was submitted on 12 Sep 2022
14 points (100.0% liked)
Lemmy Support
4762 readers
17 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You are wrong, it uses the title attribute which is valid html, and not the title element. Maybe Lynx doesnt support that attribute on
a
elements, I dont know.Btw you need to add a newline after each quote so that its rendered correctly as markdown.
yun-wuxin:[wisknort]:~$ curl https://beehaw.org/post/125367/comment/32382 -s | grep -Eo '.{10}fedilink.{10}' id="icon-fedilink" viewBox= ef="#icon-fedilink"><d y">fedilink</
Do you mean a blank line? Because I added newlines. Frankly I consider this to be markdown's fault, because the behaviour is, put simply, removed. If I want to quote two lines, I will quote two lines. (Worse is the part where a single newline is ignored, but two newlines is two newlines. I just want one newline, thanks.)
Hmm i was inspecting the HTML in Firefox, but if i curl the source and look at it directly, it looks quite different, with a
<title>
element in the<body>
as you say. @[email protected] can you look into this?@[email protected] open up an issue on the github because its not clear to me what you're trying to do.
He browses lemmy-ui in Lynx, and it doesnt render the fedilink icon correctly because of that invalid tag. Also doesnt use github.
The title tag is correct, its for screen reader support for icons.
citation needed
https://css-tricks.com/accessible-svg-icons/
Pretty much all the comments there are pointing out that it's not a good idea.
Thinking about this more, I realised it's impossible: The link might not even be a lemmy link at all! How am I meant to guess the other node's API? I'd use federation API, I guess, which I still haven't found nice docs for.