[Discussion] Accessibility #675
ChrisRiddell
started this conversation in
Ideas
Replies: 1 comment
-
|
Hey, @ChrisRiddell ! Are you ok? This is a much-needed initiative! Could you help us by listing our component that has NO accessibility aspect and what we can add to each of them, please? You can add that list here! |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a work in progress
This is a proposal and discussion for improving the accessibility within the tallstackui components, this issue serves as a reference so we can track the progress and discuss the implementations for contributors to help with.
WAI-ARIA
From Mozilla
"sometimes making complex UI controls that involve unsemantic HTML and dynamic JavaScript-updated content can be difficult. WAI-ARIA is a technology that can help with such problems by adding in further semantics that browsers and assistive technologies can recognize and use to let users know what is going on"
I propose we review each component and make sure the html is semantic where possible and add any relevant Roles, Properties and States where we fall into the above quote "unsemantic HTML and dynamic JavaScript-updated content"
(Edit this section with a list of components with review with a - [ ] next to each one)
Keyboard Support
Components that require navigating should support the use of Tab, and Arrow keys, this will allow components to work with things like specialty joy stick, keyboards and other types of interfaces used by people with disabilities.
(Edit this section with a list of components with review with a - [ ] next to each one)
Implementations
Note: I will edit and finish this later I just lost power and my UPS Battery is in a poor state so I have very little time before my computer loses power
Beta Was this translation helpful? Give feedback.
All reactions