|
|
|
|
|
by pascalo
4389 days ago
|
|
Good you mention application and ARIA ... I've just come out of a project where the initial brief completely disregarded anything in terms of accessibility. Full on angular app, no native forms or form elements (because they "look ugly" apparently). Then the ultimate end client wants to go live but forgot to mention they had a mandatory accessibility audit. So I've spent quite a bit of time working out how to make things work for screen readers using the ARIA specs. And it really worked quite well.
My takeaway from this is to make sure everything is working with the keyboard correctly, spend some time thinking about tabindex, labels etc, and where I can push back requests to get rid of native browser elements. |
|