this post was submitted on 09 Jul 2025
59 points (100.0% liked)

hexbear

10494 readers
1 users here now

Hexbear Meta Community

Posts should be a a Proposal (idea for changing the site), Feedback (regarding non-technical aspects of the site, for technical please use https://hexbear.net/c/feedback), or Appeals (regarding admin/moderator actions).

Discussion regarding these will be within comments under the post, appeals and feedback that is resolve may be removed as well as duplicate posts.

The following behavior will result in mod action:

founded 5 years ago
MODERATORS
 

I do not enjoy seeing ignoramuses' several-paragraph-long rants about "tankies" when checking the front page. Ideally, it would be possible to disable only that type of tagline, while leaving other taglines be.

I don't know if other people have already proposed this — I can't imagine I'm alone in feeling this way, but I also can't easily find anyone else who's made this suggestion.

you are viewing a single comment's thread
view the rest of the comments
[–] Chana@hexbear.net 6 points 9 months ago (1 children)

For screen readers it is possible to make entire elements automatically hidden/skipped or to label the tagline as a labelled group that is easy to move past (or drill down if you want to read it).

Consistency between exoeriences (screen reader vs not) is very important, so I would suggest doing the latter (skippable but present labelled tagline) or removing it altogether / moving it to a footer.

[–] Edie@hexbear.net 6 points 9 months ago (1 children)

There is ARIA, which allows you to mark stuff, one of which is to skip (if I remember correctly. Tbh, I haven't used aria)

[–] Chana@hexbear.net 3 points 9 months ago

Yeah aria provides a lot of tools. And role attributes are even better when appropriate.