|
|
|
|
|
by fwr
1134 days ago
|
|
Accessibility is easily overlooked but in my opinion provides a much more direct and widespread impact than the mentioned ESG - and often provide value to more people than originally intended - I'm thinking of subtitles in videos that immensely helped me learn English, and public infrastructure adaptations for wheelchair users which also greatly benefit others - like mothers with strollers. I wish more things were designed with an accessibility-first mindset - enabling edge cases might seem like overkill at first, but it could bring unforseen advantages. |
|
A good example of this is tables. Tables are amazing at conveying large amounts of complex data in a very intuitive way. Not only that, it's great at manipulating data as well. It is not without reason Excel is powering a significant portion of the business world, and try as many startups have, it's very hard to pry Excel out of the hands of people who are using it. Excel is extremely versatile and very good at what it does, owing largely to the table metaphor.
Problem is that tables are also not very accessible. Among other things, they all but require sightedness. They also don't really work on mobile in any practical sense. At the same time, any accessible alternative to large tables are a strict utility downgrade for people who are able to partake in tabular data.
Starting with an accessibility first design principle, it would not be possible to produce something like Excel. We'd be stuck with a hell consisting of a million mobile apps, one for each conceivable workflow and task, rather than having one tool that can be made to perform any data manipulation task.