Replies: 2 comments
-
ARIA attributes can be applied to various HTML elements such as buttons, links, form inputs, and more. Some common ARIA attributes include:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You can check the following pull request. It has some ARIA attributes. Any feedback is welcomed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Even though our application has an exquisite UI and design, we must not forget those with vision impairment. Therefore we need to use
ARIA (Accessible Rich Internet Applications) attributes which are a set of special attributes that can be added to HTML elements to improve the accessibility and usability of web content, particularly for people with disabilities. ARIA attributes provide additional information to assistive technologies like screen readers, helping them to interpret and interact with web content more effectively.
Beta Was this translation helpful? Give feedback.
All reactions