[BUG] Anchor tags in the cookbook are without proper accessible naming #3719
Labels
bug
NOT Verified
Applied to bug reports that have not been verified by a member of @kirbydesign/kirby-guild
Describe the bug
Currently most links (anchor tags) in the cookbook are not self-explaining - which is not a problem since they occur in a context that give them meaning. However when using a screen reader the user often traverses from link to link or even gets a complete overview of all the links shown without their surrounding context. This provides a poor experience for people using a screen reader.
This may easily be fixed by adding an aria-label to the anchor tags in the cookbook following the accessible naming convention.
Describe how to reproduce the bug
Result: The links are shown but most without proper context to understand where they will take the user.
What was the expected behavior?
Each link should have an accessible name as described in the link - such that the intent of the link is clearly stated for people with disabilities.
Checklist:
The following tasks should be carried out in sequence in order to follow the process of contributing correctly.
Verification
To make sure the bug is not intended behaviour; it should be verified by a member of team Kirby before moving on to implementation.
NOT verified
label has been removed by a member of team Kirby; do not proceed until this is done.Implementation
The contributor who wants to implement this issue should:
Review
Once the issue has been implemented and is ready for review:
The text was updated successfully, but these errors were encountered: