Skip to main content

Accessibility represents maturity

Posted in Accessibility

I was reading Daring Fireball’s summary of Esther Crawford’s ‘Twitter before and after Musk’ post and a paragraph on the difference between hardware/physical design and software design really stood out to me:

Software demands more creative discipline than hardware, because so much discipline is baked into the nature of creating hardware. Hardware instills discipline in people; people must instil discipline into software.

I’d say that accessibility is a great measure of mature, disciplined software production.

Accessibility, unfortunately, isn’t even an after-thought in self-proclaimed ‘move fast and break things’ organisations. They build for one group of users (and they’re not disabled users), and customer support is often the only form of user feedback they get.

The truth of it, though, is that accessibility actually makes it easier to move fast, and there’s no need to break anything! Accessibility:

  • narrows down design choices, making the ideation much more time-efficient
  • promotes the use of a design system, which streamlines the whole design and development process
  • makes it easier for everyone to use an interface or complete a task, removing the need for extra work-arounds for some groups of users
  • opens designers up to fresh approaches to meeting a user needs
  • removes a great deal of the re-work that’s necessary when the accessibility penny finally drops

Twitter, where one of Musk’s first moves was to lay off the entire accessibility team, is an example of a company that’s heading in exactly the wrong direction.

Accessibility in your inbox

I send an accessibility-centric newsletter on the last day of every month, containing:

  • A roundup of the articles I’ve posted
  • A hot pick from my archives
  • Some interesting posts from around the web

I don’t collect any data on when, where or if people open the emails I send them. Your email will only be used to send you newsletters and will never be passed on. You can unsubscribe at any time.

More posts

Here are a couple more posts for you to enjoy. If that’s not enough, have a look at the full list.

  1. Images as the first thing in a button or link

    If the text of an interactive element like a button or link is preceded with an accessible image, we’ve probably got an accessibility problem.

  2. Alt text for CSS generated content

    There’s an interesting feature in Safari 17.4 that allows content added with CSS to have ‘alt’ text. I’m not sure how I feel about this.