this post was submitted on 09 Aug 2024
13 points (100.0% liked)

Accessibility

194 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 10 months ago
MODERATORS
 

Tota11ylost ― the escape game that aims to offer you an immersive experience, raising your awareness of the challenges faced by people with digital disabilities

You will be immersed in a scenario, in which you will play as a character with different deficiencies with each new step taken. You will have to solve the puzzles and challenges one by one, overcome obstacles related to accessibility and ergonomics to advance in the game. It’s up to you to get out of it, alone or in a group, against these difficulties!

The game is available in English, French and Spanish, and the source code is available on GitHub (https://github.com/Orange-OpenSource/Tota11ylost) under the GNU Affero General Public License 3.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 month ago* (last edited 1 month ago) (9 children)

The post link goes to the news.

The GitHub repo has a link to the site https://orange-opensource.github.io/Tota11ylost/

top right has a language menu with English, Spanish, French

Seems like that's the full thing. Dunno what you mean by demo?

[–] [email protected] 1 points 1 month ago (6 children)

https://orange-opensource.github.io/Tota11ylost/ shows no language menu for me.

I meant demo as in the the project being hosted for others to see and use vs. the source files that are self-hostable.

[–] [email protected] 1 points 1 month ago (4 children)

Unfortunately, the language links are JavaScript links, not href/URL links, so I can't link them. I don't even see JS event handlers on the individual items. lol

Maybe that's the first "digital disability escape game" challenge? /s

[–] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

What do you mean? Having a quick look in the source code shows that the three languages items are plain HTML hyperlinks. I am not used to front web development, could you bring more details please?

[–] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

The link in your screenshot links to #. That's not a share-able languaged link. And I suspect all three have that same href?

The only semantically correct reason to link to # is to jump to the top without JavaScript scroll functions.

Links with JavaScript functionality using a <a with href # is a relatively common misuse.

[–] [email protected] 1 points 1 week ago

Feel free to submit an issue in the repository 😁

load more comments (2 replies)
load more comments (3 replies)
load more comments (5 replies)