Assistive Technology
Everything on SkillVeris tagged Assistive Technology — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What Are ARIA Attributes and When Should You Use Them?
ARIA (Accessible Rich Internet Applications) attributes are HTML properties that expose role, state, and relationship information to assistive technologies lik…
What Are ARIA Live Regions and When Do You Use Them?
An ARIA live region is a DOM element marked with aria-live so that assistive technology automatically announces content changes inside it without the user need…
How Do You Make Custom Components Screen-Reader Compatible?
Making a custom component screen-reader compatible means giving it the correct semantic role, an accessible name, and any state it exposes (expanded, selected,…