Naming things to improve accessibility

added by JavaScript Kicks
5/1/2019 11:40:22 PM

290 Views

One thing you can do to improve the accessibility of your work is to always ensure things have accessible names. Unique and useful names, ideally, so that they can be used for navigation. In this post I'll explain how browsers decide on the names for links, form fields, tables and form groups.


0 comments