Open RM-1978 opened 1 year ago
@esizer or @mnigh shall we identify if:
This is important work, but not really actionable by a dev. I suggest creating issues with batches of specific changes as you find them.
I will move it over to the Design repository, but I am not really certain if this is currently considered a design issue..
@petertgiles, I think we will need a dev to extract the labels
🔤 Copy
Our approach to alternative text descriptions, ARIA labels and descriptive links should already be consistent and follow best practices across the platform, but it never hurts to be sure.
🕵️ Details
Research this indicates that:
To ensure optimal accessibility, best practices for Aria labels are:
Good ARIA descriptions reference longer content that provides a description.
Alternative text (alt text) is descriptive text which conveys the meaning and context of a visual item in a digital setting. Best practices for writing alt text include:
Good descriptive links should be:
For example , it is easier to understand Link purpose guidelines than:
🙋♀️ Proposed Implementation
aria-labelledby
provide the element it references with an accessible name. Update as required.aria-labelledby
are not duplicative of descriptive links. Update as required.aria-describedby
direct users to a longer content description. Update as required.✅ Acceptance Criteria
A set of assumptions which, when tested, verify that the copy has been added or updated appropriately.