Search
Items tagged with: Accessibility
Patrick H. Lauke - These (still) aren't the SCs you're looking for / a11yTO 2023 / 19 October 2023
WCAG is supposed to give us a reasonably objective way of saying whether or not the sites we are building/auditing are "accessible" (to a particular baseline...YouTube
AI Platform for Teaching American Sign Language | NVIDIA Blog
The Signs platform is creating a validated dataset for sign language learners and developers of ASL-based AI applications.Michael Boone (NVIDIA Blog)
today is officially *THREE* weeks until the submission deadline for Good Internet magazine!
Good Internet launches in May 2025. it's a volunteer-run, not-for-profit print and digital quarterly magazine for personal website owners and those interested in using the internet as a means of self-expression, art, and recreation.
🔍 we're looking for 1,500-4,000 word articles about anything related to that!
you could write about:
* #internet history
* personal #websites
* #accessibility on the #indieweb
* finding inspiration for a #blog
* #webdesign trends
* running from the #enshittification of the #web
* lessons or post-mortems from #webdev projects
* news or overviews of #opensource projects
if it relates to hobbies on "this side of the web," whether you call it the #smallweb or indieweb, we probably want to run it!
you can have your article as low-media (meaning only text and images) or interactive, where you code an entire webpage to help tell your story.
if you're interested in learning more, you can sign up for our email list for when we launch or you can check the submission guidelines @ goodinternetmagazine.com!
(please boost if you can! ❤)
good internet magazine | for the small web
A print and digital magazine coming soon.goodinternetmagazine.com
- Yes (100%, 7 votes)
- No (0%, 0 votes)
It's modern, in rapid development, has some great #screenReader #accessibility features and overal I like it verry much.
If anyone uses Android with TalkBack and the onscreen Braille keyboard, please try to reproduce and report this issue:
In Talkback, if onscreen keyboard echo is set to words, and a word with punctuation after it is typed, TalkBack does not read the word when Space is typed. Similarly, if an emoticon is typed, like ":)" nothing is spoken when Space is typed.
Steps to reproduce:
• Turn on TalkBack, and open TalkBack settings by tapping once with three fingers. Set up the TalkBack Braille keyboard under the Braille section.
• Go to Verbosity settings, then the keyboard echo option for onscreen keyboards, and set it to "words."
Now, open a text box, turn on the TalkBack Braille Keyboard, and type something like "this is a test." Note the period after test. Then, swipe right with one finger to enter a space.
Expected results:
TalkBack should read "this" "is" "a" "test period."
Actual results:
TalkBack reads "this" "is" "a" and is silent after test is written.
I also put it up on Google's issue tracker if anyone wants to start it.
aapd.com/explaining-deia-recen…
Explaining Diversity, Equity, Inclusion and Accessibility (DEIA), The Trump Administration’s Recent Actions on DEIA, and the Impact on Disabled Americans - AAPD
If you wish to view this resource as a PDF, click here. Since taking office, President Trump has taken several actions attacking diversity, equity, inclusion, and accessibility (often called “DEIA” or “DEI”) in the federal government.Jess Davidson (American Association of People with Disabilities)
“Evaluating overlay-adjacent accessibility products”
ericwbailey.website/published/…
The very fact that a digital accessibility accommodation is a product is a sign that you might not be the customer and, even if you are, only for as long as there’s money to be made.
Evaluating overlay-adjacent accessibility products
The rubric I use to evaluate these products remains very similar to how I scrutinize overlays.ericwbailey.website
blog.pope.tech/2022/12/02/wave…
#a11y #accessibility
How to use the WAVE extension and start manual accessibility testing - Pope Tech Blog
Learn how to use each tab in the WAVE extension.Whitney Lewis (Pope Tech Blog)
Starting 2 weeks from tomorrow!!!
🔹 Master terminal navigation
🔹 Use your Mac with just text
🔹 Improve command-line accessibility skills
💡 This course is FREE while it's running! After completion, it will become a paid course.
📅 Sign up now: techopolis.courses/courses/mac…
Don't miss out on this opportunity!
#FreeCourse #Accessibility #VoiceOver #MacOS #Terminal #BlindTech
Accessing the Mac Terminal Accessibly
Join this course to learn how to use the terminal in macOS with VoiceOver. During this course, you will learn how to navigate the terminal, and use the Mac with nothing but text. We are excited to have you in this free and interactive course.Techopolis Courses
Interesting breakdown of how Google has gone off the accessibility rails, among other rails, while also framing some common corp methods for reframing needs into revenue streams.
buttondown.com/TYFYFL/archive/…
Original post for following:
kolektiva.social/@FractalEcho/…
Thank You For Your Feedback Loop is a monthly newsletter that will share previously unpublished reporting and analysis on the elite capture of disability movements.
The first post, "The Rise and Fall of Access" is available now.
buttondown.com/TYFYFL/archive/…
#accessibility #DEIA #DEI
The Rise and Fall of Access
by: Liz Jackson & Rua M. Williams In the Year 2000, Google’s 23rd employee, Paul Buchheit was pulled into a “meeting to decide on the company’s corporate...Thank You For Your Feedback Loop
In-Process is out, featuring:
- The NV Access 2025 Roadmap
- Thanks to our sponsors
- Corporate support with Benevity
- our new VPAT & Multiple key press timeout.
Read it all here: nvaccess.org/post/in-process-7…
#NVDA #NVDAsr #ScreenReader #Accessibility #Support #CorporateGiving #VPAT #Blog #News #Newsletter
This is an effort to make my career illegal.
“The new memo claims that it will target private sector DEIA initiatives for potential ‘criminal investigation.’”
archive.is/OSx8H
Le Chat by Mistral AI
Le Chat combines powerful AI with extensive information on the web to help you rediscover the world. Enjoy natural conversations, real-time internet search, comprehensive document analysis, and much more.App Store
Ep 5 - Ed Summers - Head of Accessibility, GitHub
Hosts Eamon McErlean and Joe Devon interview Ed Summers, Head of Accessibility at GitHub. They discuss how Ed began working in accessibility, some of the lat...YouTube
The public share link has been removed with the 3.15 client version. · Issue #7751 · nextcloud/desktop
Hi, The public share link has been removed with the 3.15 client version. Could it be possible to bring back this feature ? Below, a screen from a right click on a folder/file with the 3.14.3 client...GitHub
🤔Is Google Lighthouse an industry accepted standard for assessing #accessibility?
❌No it's a tool that automates testing of a subset of the Web Content Accessibility Guidelines 2.2 Standard
30% auto testable
70% manual evaluation
Be wary when adding additional context only for #screenReader users. An example:
Say you're working on an e-commerce site, and some products have two prices to show how great a sale discount is. The before and after is made visually apparent via some aspect of text formatting, and you want to make it explicit for screen reader users too.
The first step is to ask if this is necessary. If a user encounters two consecutive prices and one is lower than the other, they may intuitively understand what's going on without any explicit signposting, and can verify how much they're gonna pay during the checkout process. Only your users can provide this verdict.
If it's determined that some additional context is helpful, you could format it as something like: "Was $14.99, now $8.99" (optionally swapping the prices). It's short and punchy in braille and speech, perfectly descriptive of the situation at hand, and mirrors how it may be spoken out loud on an ad.
Resist the temptation to go further than this. You do not need to say "original price: $14.99, current sale price: $8.99". This is much longer and more verbose, while adding nothing. It also implies that you think screen reader users need to be told what a price is and explained the concept of a sale, even though you're not doing so for other audiences.
You also don't need to spell out the word "dollars", format the price in words, repeat the product name, and so on. If you find yourself with screen-reader-only text like: "The current price of 500 Grams of Premium Oolong Tea was fourteen dollars and ninety-nine cents, and is now on sale for eight dollars and ninety-nine cents", it has gone way too far.
In short: Set out to identify the problems that actually need solving, and only solve those problems.
New post: “Which VoiceOver?”
adrianroselli.com/2025/02/whic…
Just because something behaves a certain way in VoiceOver doesn’t mean it behaves that way in VoiceOver.
Which VoiceOver?
You may have seen this as a thread on Mastodon (my primary social short-form platform) or on BlueSky. Imagine these as the opening to a series of conversations between a vendor or client or boss or PO or whomever and me.Adrian Roselli
Be a Dolphin not a Shark: Using cooperation over conflict to advance digital accessibility (Paris Web)
Lainey shares "share stories and strategies from 3 decades of accessibility convincing with public and private organizations"
paris-web.fr/2024/conference/b…
#a11y #accessibility #ParisWeb
Be a Dolphin not a Shark: Using cooperation over conflict to advance digital accessibility - Paris Web
This session will share stories and strategies from 3 decades of accessibility convincing with public and private organizations. Have you ever tried to convince someone of the value and importance of …Paris Web
My 2nd @fosdem talk was Alternative Text for Images: How Bad Are Our Alt-Text Anyway?
fosdem.org/2025/schedule/event…
It is available online:
docs.google.com/presentation/d…
#FOSDEM #FOSS #AI #LLM #AltText #Accessibility
FOSDEM 2025 : Alternative Text for Images: How Bad Are Our Alt-Text Anyway?
Alt Text for Images: How Bad Are they Anyway? FOSDEM, Feb 1, 2025 25 minutes, Track: Inclusive Web, Room: K.3.201 https://fosdem.Google Docs
Mozilla.ai
main development portal for mozilla.ai. Mozilla.ai has 13 repositories available. Follow their code on GitHub.GitHub
#blind #GameJam #Gamedev #accessibility
itch.io/jam/games-for-blind-ga…
The US Web Design System has deleted it's info on inclusive design, in response to the 2025-01-20 Executive order "Ending Radical And Wasteful Government DEI Programs And Preferencing".
github.com/uswds/uswds-site/pu…
If you know anyone who used those resources, let them know about the Inclusive Design principles:
inclusivedesignprinciples.info…
#accessibility #a11y #inclusion
Remove content related to 1/20/25 EO by thisisdano · Pull Request #3078 · uswds/uswds-site
Summary Removed report link and introduction. Removed content related to the January 20, 2025 Executive Order, "Ending Radical And Wasteful Government DEI Programs And Preferencing". This...GitHub
Oh nice, Mastodon is getting an alt text reminder.
github.com/mastodon/mastodon/p…
#mastodon #accessibility #AltText
Add reminder when about to post without alt text in web UI by Gargron · Pull Request #33760 · mastodon/mastodon
Fixes #7804, fixes #13894, fixes #19974, fixes #22875GitHub
It’s a two-fer!
“Federal Digital Accessibility Disappearance on Trump Day One; Guest article by civil rights and accessibility lawyer Eve Hill”
lflegal.com/2025/01/week-one-d…
Federal Digital Accessibility Disappearance on Trump Day One
The first week of the new republican administration was frightening and disorienting for all of us who believe in civil and human rights, justice, equality, fairness and more.Law Office of Lainey Feingold
Over at @LFLegal’s site:
“The Effect of Donald Trump’s DEI Executive Order on Accessibility; Guest article by civil rights and accessibility lawyer Eve Hill”
lflegal.com/2025/01/week-one-e…
The Effect of Donald Trump’s DEI Executive Order on Accessibility
Below I share a blog post written by Eve Hill, one of the best disability rights lawyers and digital accessibility legal specialists in the United States. (More about Eve at the end of this article.Law Office of Lainey Feingold
What's new with Google Accessibility? Find out straight from Google From Talkback to live transcribe, workspace, and wallet!
buff.ly/4h5MndP
What’s New in Google Accessibility | Episode 7
Welcome back to another episode of What's New in Google Accessibility, a series where we share the latest product and feature updates that help make Google m...YouTube
For Braille users, checking the time can be a breeze with JAWS! 🧑🦯 In this episode, we break down how to use JAWS with Braille displays to keep track of time effortlessly.
🎧 Tune in now: unmute.show
#JAWS #Braille #Accessibility
Home - Unmute
Welcome to Unmute Presents Where Technology Meets Community At Unmute Presents, we connect blind and sight-impaired individuals through engaging podcasts and live discussions.Unmute
Hi @Tutanota
I want you to know that your CAPTCHA is inaccessible for disabled people:
- blind people can't see the clock;
- visually impaired people may not be able to see it correctly too;
- dyscalculic people (like me!!) have difficulties reading a clock (moreover when all numbers are not written on it)!
I think this @w3c documentation should interest you to fix it: w3.org/TR/turingtest/
I hope you will do something so that everyone can use your services. Thanks.
Inaccessibility of CAPTCHA
Various approaches have been employed over many years to distinguish human users of web sites from robots. The traditional CAPTCHA approach asking users to identify obscured text in an image remains common, but other approaches have emerged.www.w3.org