hi, reviewing the capabilities under functionality and cross referencing the last 5 projects we worked on, I found a number of capabilities that are needed for modern day website accessibility.
Need to add to "Client Side Interaction" these key capabilities:
- ensure keyboard access to interactive elements
- manage focus through interactive processes
- handle live regions - this helps use handle dynamic pages (like single page applications)
And add a new subset of
Custom components (these are starting t be used heavily for rapid feature deployment)
- correct semantic behavior
- apply or adjust aria elements when needed
- replace component if needed with accessible version
hi, reviewing the capabilities under functionality and cross referencing the last 5 projects we worked on, I found a number of capabilities that are needed for modern day website accessibility.
Need to add to "Client Side Interaction" these key capabilities:
And add a new subset of
Custom components (these are starting t be used heavily for rapid feature deployment)