[Feature] Introduce ARIA attributes to the website for accessibility #319
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
Problem
The current code within the content of the page of the website lacks better accessibility features such as
ARIA
functionality - Accessibility Rich Internet Applications.Description
By introducing these attributes, it would be easier for everyone to understand the contents on the website. Also, it will be good for screen readers too. We can include attributes such as
role
,aria-label
,aria-hidden
, etc..Additional context
More context to WAI-ARIA
Work here should focus on the content areas of the pages, any ARIA improvements for the global header of footer should be addressed within the Vocabulary repository, as relevant Issues.
Implementation
The text was updated successfully, but these errors were encountered: