SteveFaulkner, (edited ) to webdev
@SteveFaulkner@mastodon.social avatar

🆕 ALT LEFT

"AI can help by providing mostly accurate descriptions of images on web pages. This can be especially helpful when the image has not been provided with an text alternative, but is visible on the page."

#HTML #ARIA #accessibility #screenReaders #webDev

⚠️ Nightmare image content warning.
https://html5accessibility.com/stuff/2024/05/27/alt-left/

yatil,
@yatil@yatil.social avatar

@SteveFaulkner @sarajw You’re just a much stronger person than I am, Steve.

SteveFaulkner,
@SteveFaulkner@mastodon.social avatar

@yatil @sarajw i tried to balance it out with song at end https://youtu.be/MAVmWEMhxCM

LouisIngenthron, to accessibility
@LouisIngenthron@qoto.org avatar

I have an #accessibility question for those who have difficulty with #sight and use #ScreenReaders.

  1. What is the best way to offer you text-to-speech in my video game? Should I build it in myself? Or should I somehow make the text available to external screen reading plugins you already have installed?

  2. What is the best way to enable text-to-speech? I'm trying to imagine how a blind person would find the toggle in a settings menu they can't see. The only way I can think of around that would be to enable it by default and have an option for users who don't want it to disable it at the beginning, but that sounds cumbersome. Is there a better middle option? Is there a commonly-used keyboard shortcut I can enable or something?

#vision #IndieGame #IndieDev #SoftwareEngineering #Programming #GameDev

jscholes, to accessibility
@jscholes@dragonscave.space avatar

Sometimes, you might think that previous #accessibility wisdom has been superseded by new "facts". Maybe someone told you that #screenReaders don't work well with a particular design pattern, but you tested #ScreenReader X and it seemed to work fine. Perhaps you heard that an interactive HTML input doesn't persist with forced colours styling, but you tried a High Contrast mode in Microsoft Edge and it seemed to be there.

There are three considerations usually missing here:

  1. How are you defining and evaluating the working state? Do you have a functional, accurate understanding of the #accessTechnology or accessibility feature you are asserting things about?
  2. You tested one thing in relation to a statement about multiple things, e.g. a statement is made about screen readers, plural, and you only tested with #VoiceOver (it's always VoiceOver). Beyond posting on the web-a11y Slack, how do you propose testing more broadly, if you plan to at all?
  3. Possibly the most critical at all: is this question worth its overheads? If answering it conclusively would require me to test ten screen readers with 45 speech engines, or seven browsers with 52 permutations of CSS properties, maybe following the advice is "cheaper" than determining whether the advice is still completely relevant.

Important disclaimer: this relates specifically to cases where following the advice would not actively make things worse for users.

TL;DR: when you know doing a thing won't make things bad, doing the thing is usually quicker than evaluating whether not doing the thing is also bad.

yatil,
@yatil@yatil.social avatar

@jscholes This is one of the most infuriating thing. “Do this much simpler thing!” — “But what if I want to do this really complicated thing? This should be easier!” — “Do the simple thing!!!”

zersiax, to accessibility
@zersiax@cupoftea.social avatar

To what degree does NVDA actually have support for TUIs? When I look at TUIs (terminal user interfaces) for tools like Joplin, Vim, practically anything that requires using arrow keys/tab within a terminal, it almost always is a horrible experience. Are there things TUI developers can do to better accommodate NVDA? @NVAccess @tspivey
Do terminal-first tools like TDSR in a WSL2 shell improve this at all?

miki,
@miki@dragonscave.space avatar

@tspivey @zersiax @NVAccess We really need ARIA for terminals. This is totally doable with TTY escape codes, just like we have images and clickable links now. Terminals are supposed to be so accessible, but no access to semantic information for screen readers just kills the whole concept.

This isn't just for traidtional TUIs, software that puts "2024-04-12, 23:42.6857 CET, warning: /a/very/long/path/to/the/software/src/utils/helper.py: warning:" before every log message would also benefit from this.

Piciok,

@zersiax @SunDial79 @NVAccess @tspivey At some point I was using a music player whose name evades me now, to arrange playlists on a Linux machine over SSH. I remember setting something in the config so that the cursor always lands in the currently selected line and that seemed to do the trick. Not sure if that helps.

pablolarah, to accessibility
@pablolarah@mastodon.social avatar

🟠🔴🟤 Jaws HTML Support
A Work in progress: Last updated 10 April 2024.
Editors: Steve Faulkner SteveFaulkner@mastodon.social
@SteveFaulkner

#a11y #accessibility #screenReaders #WebDev #WebStandards

https://freedomscientific.github.io/standards-support/html.html

SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

👉🏽 Jaws HTML Support
https://freedomscientific.github.io/standards-support/html.html

I am still in process of updating this, but it is in good enough shape to be useful (I hope).

#a11y #accessibility #screenReaders #WebDev #WebStandards

ItMightWork,

@SteveFaulkner
Hi Steve,
Thank you for this great overview! Yes, it is useful.
Some features are marked as "implemented interoperably (across multiple browsers)". May I ask which browsers have been tested here?
Thank you!

SteveFaulkner,
@SteveFaulkner@mastodon.social avatar

@ItMightWork Chrome/Edge/Firefox

WebAxe, to accessibility
@WebAxe@a11y.info avatar

How screen readers read special characters: https://elevenways.be/en/articles/screenreaders-special-characters Be sure to read the Takeaway.

valhalla, to random

Asking people who use #screenReaders: what is the best way to add #AltText to a QR-Code? Are the screen readers clever enough to recognise it as such and offer to read the contents or follow the link? Does putting the content of the QR-Code in the alt text help? or would it make it worse, especially if it is an URL?

boosts are welcome

(the whole point of the post that prompted this question was posting a QR-Code, so no, I couldn't have just posted the URL)

patamystic, to accessibility

i’m reading a lot of conflicting info about using #AltText on #websites for #ScreenReaders

speficially about #headshots

some guides suggest using detailed descriptions of the person, including background and setting

others suggest too much info isn't helpful and that it's better to simply use the person's name

i’ve been doing the former, but it's problematic describing other people's physical appearance

wondering if there are any resources BY #blind #VisuallyImpaired people that may be more helpful than the general #accessibility sites

i am NOT asking about alt text in general. just headshots

i hate asking for boosts, but this time it would be appreciated

patrick_h_lauke,
@patrick_h_lauke@mastodon.social avatar

@patamystic as with many of these topics ... opinions will vary, even among screen reader users, i'm afraid.

SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

👁‍🗨Screen Readers support for text level HTML semantics

"A long time ago (2008) I wrote an article: Screen Readers lack emphasis. At the time, 15 years ago..."

https://www.tpgi.com/screen-readers-support-for-text-level-html-semantics/

myakura,

@SteveFaulkner you might find this interesting

AX: Parse "strong" and "emphasis" ARIA roles into internal role representation · WebKit/WebKit@0a503cc
https://github.com/WebKit/WebKit/commit/0a503cce2c6efd211ed834279893a9c616025049

SteveFaulkner,
@SteveFaulkner@mastodon.social avatar

@myakura thanks!

pixelate, to accessibility
@pixelate@tweesecake.social avatar

Oof!

> Respondents without disabilities were nearly 3 times more likely to use Mac OS than respondents with disabilities.

https://webaim.org/projects/screenreadersurvey10/

backwardok,

@yatil @aardrian @notabene @pixelate I feel like I remember the folks at WebAIM encouraging people to take it as long as they use a screen reader for any purpose, even if it's not for a disability. I guess in some cases it's kinda interesting to see the comparisons, but I'd also prefer if they filtered people out of the survey if they only use it for testing purposes.

aardrian,
@aardrian@toot.cafe avatar

@backwardok
Indeed, I would like to see the split on every question.

@yatil @notabene @pixelate

kaveinthran, to accessibility

I am having trouble running the latest daily , it closes unexpectedly after I press done at the account add screen, to go to the imup auth screen, any idea, should I try 2 days later @thunderbird @mastoblind

thunderbird,
@thunderbird@mastodon.online avatar

@kaveinthran @mastoblind Thanks so much for testing daily! The best place to bring these issues up is in the TopicBox for Daily testers, which is here: https://thunderbird.topicbox.com/groups/daily - there might be a delay from MZLA folks since it's the weekend and it's FOSDEM, but they're active there!

chris,
@chris@abraham.su avatar
SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar
dletorey,

@SteveFaulkner I feel that it's our age that means that we don't understand the hidden context of emojis used by the yoof.

Love that "Tweet tweet tweet" is embedded at the bottom and spent ages trying to work out why, then I just enjoyed it instead.

SteveFaulkner,
@SteveFaulkner@mastodon.social avatar

@dletorey I just ask my daughters 😀

strypey, to ai
@strypey@mastodon.nzoss.nz avatar

Folks who use , have you found it harder to read the web recently?

A lot of web pages seem to be blocking in FireFox. Attempts to use it return a black screen with this text;

"Cannot Complete Request

Additional information about this problem or error is currently unavailable."

... and a "Try again" button that never works.

I presume this is caused by copyright owners slapping anti-scraping tools on their websites, due to panic about training.

strypey,
@strypey@mastodon.nzoss.nz avatar

For anyone using anti-scraping tools or considering it, be aware it's an arms race;

https://www.techradar.com/pro/security/how-to-crawl-a-site-without-getting-blocked-11-tips-for-web-scraping

scidsg, to accessibility

Are you a screen reader user? Share your feedback with !

https://webaim.org/projects/screenreadersurvey10/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • ngwrru68w68
  • InstantRegret
  • ethstaker
  • magazineikmin
  • osvaldo12
  • rosin
  • mdbf
  • Youngstown
  • khanakhh
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • thenastyranch
  • tacticalgear
  • cisconetworking
  • GTA5RPClips
  • modclub
  • cubers
  • normalnudes
  • everett
  • tester
  • megavids
  • Leos
  • anitta
  • lostlight
  • All magazines