Search

Items tagged with: a11y



The more I learn about Glidance, a system that purports to replace the cane, the more it seems to have taken all the criticisms of "smart canes" into account. It might be the first genuine high-tech navigation aid that could be beneficial, replacing the cane in most circumstances. I'm usually highly skeptical about these things because people just havent thought through the implications including ergonomics, weather conditions, etc

glidance.io

#accessibility #blind #a11y #mobility


Reminder that support for the `headers` attribute in tables is pants:
issues.chromium.org/issues/406…
issues.chromium.org/issues/408…
github.com/FreedomScientific/s…
bugs.webkit.org/show_bug.cgi?i…

Even if `headers` worked, table navigation for spanned cells is still wonky.

So, you know, avoid spanning table cells and headers:
adrianroselli.com/2023/02/avoi…

#accessibility #a11y


Accessibility for Everyone: In two hours, come hear @laura talk about accessibility – register here now (it’s free/online):

lu.ma/BookGroup1

“Please join author Laura Kalbag, Guild host Lija Hogan, and other UX researchers for a fireside chat about the latest in accessibility and inclusive design topics … We’ll use her recent book, ‘Accessibility for Everyone’ from A Book Apart as a reference and starting point.”

#accessibility #a11y #event


@nah @fvsch @sonny @matt But here’s the thing: Wayland would never have been made the default if, say, fonts didn’t render correctly. Not having a functional screen reader is as big an issue for people who rely on screen readers. So at some point, someone at Canonical decided that it didn’t matter that people who use screen readers would be excluded. And so they should be ashamed.

#a11y #canonical #wayland #orca #screenReaders #accessibility


So @gnome is removing the x11 session, leaving just the Wayland one.

If this goes out before Orca, the GNOME screen reader, is fixed to work on Wayland, it will mean that people who rely on screen readers will have no way to use one on GNOME. And thus on the major Linux distributions.

So I’m hoping the plan is that this change will not land until GNOME has a working screen reader.

#accessibility #a11y #gnome #linux #openSource #foss #wayland #x11 #orca peoplemaking.games/@ailepet/11…


If you need a blind accessible smart scale in the EU, Lidl's Silver Crest SBF75 body analyser is a pretty good choice for 18 euros. The only inaccessible bit is when it asks for a 6 digit code during bluetooth pairing.

Everything else works beautifully, the Health for You app is completely accessible via VoiceOver (not sure about Android), including the measurements history, weight, water intakes, calories data, etc.

The scale also supports up to 8 people based on a reference measurement during your profile setup, which can be done on the phone through the app as well. All in all, this is a fantastic experience compared to a lot of other, way more expensive bluetooth smart scales. #a11y #blind


People who use #ScreenReaders, imagine a feature on your instance where you can automatically hide any post that contains images/videos without alt text.

If you reply with an opinion and YOU PERSONALLY don't need alt text for accessibility reasons, I will probably block you.

#poll #ScreenReader #accessibility #a11y #blind

  • It's a great idea (32%, 16 votes)
  • No strong feelings (6%, 3 votes)
  • It's a bad idea (6%, 3 votes)
  • I don't use a screen reader (56%, 28 votes)
50 voters. Poll end: 1 year ago




My Mastodon image shows two playful dolphins. This article explains why. Written 3+ years ago, still true today. Can Flipper, Lassie, and the Australian Skippy the Kangaroo help us do our work even in these times? lflegal.com/2020/09/dolphin/ #a11y #negotiations


“Nielsen has given everyone who sees accessibility as an unnecessary cost center a way out. Listen, they will say, the experts are telling us that AI is going to solve this, so let’s deprioritize the work now so we don’t duplicate our efforts.”–Matt May

buttondown.email/practicaltips… #a11y

#a11y


one thing that i'd love the WebAim screen reader survey to differentiate better is how results break down by OS (mainly to be able to have more segmented "on Mac, VoiceOver is effectively the only screen reader used" or similar). it might then also reframe some of the other statements/results, e.g. "71.6% of respondents use more than one desktop/laptop screen reader" ... I suspect those 71.6% are effectively Windows users? webaim.org/projects/screenread… #a11y #accessibility


I'm thrilled to announce the launch of our brand new podcast, Next Gen Access! Where we challenge the status quo, of Screen Readers, Magnifier Applications, an other Tech used by the Blind and Vision Impaired. In our Pilot Episode, we discuss, what we'd like to see next with Apple's iOS and iPadOS. Guests, include Shelly Brisbin, Robin Christopherson, and Holly Anderson. podcasts.apple.com/us/podcast/… #a11y @Shelly @Robin @dhsholly









Axe-Con virtual conference is coming up in under a week! Presented by @dequesystems this year's theme is "Building accessible experiences". We are very pleased to be a donation partner for the event, alongside @blackgirlscode and the Disability Visibility Project. More info on the event and register for FREE to attend deque.com/axe-con
#Axecon #Axecon2024 #Axecon24 #A11y #Accessibility


#a11y


#a11y


🤡 The wrong way to use aria-roledescription to call out someone as a fascist:

html5accessibility.com/stuff/2…

#a11y #webDev #politics #ARIA
[share author='stevef' profile='https://html5accessibility.com/stuff/author/stevef/' avatar='' link='https://html5accessibility.com/stuff/2020/10/06/micro-note-on-aria-roledescription/' posted='2020-10-06 13:28:50' guid='81daf735-8b2361906e7d629a-214181df' message_id='https://html5accessibility.com/stuff/2020/10/06/micro-note-on-aria-roledescription/']aria-roledescription is not a label

It is an alternative expression of the Aural UI of the role of an element.

inappropriately using aria-roledescription may inhibit users’ ability to understand or interact with an element.
ARIA 1.1

The wrong way to use aria-roledescription and call out someone as a fascist:

code

<img aria-roledescription="fascist" src="dt.PNG"
alt="Donald Trump">

This is wrong because you are not identifying the subject of the image as a fascist, you are overwriting the <img> element role so it effectively becomes a <fascist> element. Also, there is no explicit text identification of the subject as a fascist.

A much better way to achieve the aim of identifying a fascist (and not misusing aria-roledescription):
Example of a fascist
code
<figure>
<figcaption>Example of a fascist</figcaption>
<img src="dt.PNG" alt="Donald Trump">
</figure>

html5accessibility.com/stuff/2…


In-Process is out, featuring all the news about NVDA 2023.3.3 and NVDA 2024.1 Beta 7, plus an in-depth look at everything you need to know about portable copies of NVDA. Check it out at: nvaccess.org/post/in-process-9… and be sure to update your copy of NVDA to the latest stable or beta version if you haven't already.

#NVDA #NVDAsr #ScreenReader #News #Blog #Newsletter #Accessibility #A11y




WebKit GTK4 is now fully accessible. Shipping in GNOME 46 :gnome:

Funded by @sovtechfund and @igalia ❤️

Completed by Georges Stavracas at Igalia 🎩

Thanks to everyone involved !

gitlab.gnome.org/GNOME/gtk/-/m…
github.com/WebKit/WebKit/pull/…

#GNOME #WebKitGTK #accessibility #a11y #Linux #GTK



CSS + Accessibility: Inclusion Through User Choice
noti.st/cariefisher/1gWjQz/css…
Presentation slides from WordPress Accessibility Day by Carie Fisher
#css #a11y #webdesign #webdev




i love how apple's hardware devices ship day one with substantial accessibility built in -- here's a video overview of #a11y features on #VisionPro.

been fun to be part of the conversations over the years, super proud of the teams that shipped all this --
youtube.com/watch?v=E1DLpGWOUs…