Remove descriptions in timeline menu, change to titles and aria-labels #74
No reviewers
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#74
Loading…
Reference in a new issue
No description provided.
Delete branch "eris/pleroma-fe:timeline-text-as-titles"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Strips the text and adds it as alt-text / popover title as well as aria-label for screenreaders
This lets you close #47
hm, whilst this works, apparently
title
isn't recommended for this per accessibility guidelinesi'm gonna play around with
aria-
attributes and see if i can get a working setup that wayThere's some debate about that article here:
https://stackoverflow.com/questions/27953425/what-is-the-difference-between-aria-label-and-title-attributes
The most preferred solution seemed to have been using both
title
andaria-label
, I'll add that into the PRRemove descriptions in timeline menu, change to titleto Remove descriptions in timeline menu, change to titles and aria-labelsOkay @floatingghost all ready for review and this should make everynyan happy~
perfect, that works entirely as i was trying to get it to