Accessibility

177 readers
1 users here now

[email protected] is a community for discussing digital accessibility, sharing techniques and best practices, and talking about accessibility experiences; both good and bad.

Lemmy

Guidelines

What is Digital Accessibility?

Digital accessibility is the practice of removing barriers that prevent interaction with, or access to, digital systems by people with disabilities. This involves designing and developing websites, mobile applications, software, hardware, and other digital platforms in a way that they can be used by individuals with a range of abilities, including those with visual, auditory, physical, speech, cognitive, and neurological disabilities.

Digital accessibility not only benefits those with disabilities but also enhances the overall user experience, making digital content more usable and understandable for all. In many jurisdictions, it's a legal requirement under disability discrimination laws.

How does one improve digital accessibility in their products?

Key components of digital accessibility include accessible website design, multimedia with features like captions or transcripts, properly formatted digital documents, and accessible software and apps. It also extends to hardware design.

Other Accessibility Related communities:

Useful Resources

founded 9 months ago
MODERATORS
26
27
2
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 
 

Here are some tips about how you can make accessibility tests for your iOS apps with some screen shots and code samples

28
2
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 
 

Here are some tips to know so as to build accessible iOS apps in SwiftUI and UIKit, e.g. use of traits, notifications and zoom, with code samples.

29
30
31
 
 

I found this article fascinating, and wasn't expecting the initial part of it to talk about climate change, something I'd never considered about different filetypes. I kind of knew what I would expect to read about PDF vs HTML when it comes to accessibility, but interesting nonetheless.

32
33
2
A11y guidelines online (a11y-guidelines.orange.com)
submitted 9 months ago by [email protected] to c/[email protected]
 
 

Orange group keeps alive and available an interesting and very rich web site providing plenty of rules and advices about accessibility. The content targets iOS, Android, web and also other mediums.

34
35
36
37
38
5
Don't disable buttons (gomakethings.com)
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 
 

The article discusses why developers commonly disable form buttons during submission to prevent duplicate requests, but how this creates accessibility issues. While disabling buttons may seem to prevent resubmission, users can still submit the form via keyboard. A better approach is to add a "data-submitting" attribute to the form during submission processing as this preserves focus without breaking functionality or accessibility.

The article also recommends including ARIA live regions and status messages to keep users informed.

39
40
 
 

Under free license GPL 2.0, this tool can be integrated in a web site as a library or used as a web browser extension.

It will change typography, layouts, Colors and behaviours of pages so as to try to make such pages more readable and usable for disabled users.