masukomi, to accessibility
@masukomi@connectified.com avatar

I've just pushed a bunch of #accessibility changes for screen readers to the main branch of FediThready. ( It makes long texts into post sized chunks)

I've run through it with #VoiceOver and it seems ok. HOWEVER it all feels like it's "usable" instead of "good".

If there's a #a11y geek out there who uses screen readers regularly I would REALLY appreciate some suggestions on how to make this actually feel good for folks who rely on screen readers.

https://github.com/masukomi/fedithready

peterreeves, to accessibility
@peterreeves@mstdn.social avatar

It's always so frustrating when all the web accessibility content only talks about text heavy websites and forms. Like yes, I get it, I should have alt text on images. But there's so little information about how to build accessible web apps. What do I do if 80% of my page is a WebGL canvas and the other 20% is all buttons/sliders? How do I structure this if there is basically no "regular text" on the entire page?

#a11y #Accessibility #WebDev

WebAxe, to webdev
@WebAxe@a11y.info avatar
news, to news
@news@mastodon.toptechtidbits.com avatar

Top Tech Tidbits for Thursday, May 23, 2024 - Volume 964
https://toptechtidbits.com/tidbits2024/05232024/

The Week's News in Access Technology
A Mind Vault Solutions, Ltd. Publication
#news #technology #accessibility #a11y #disability #blind #deaf #deafblind #toptechtidbits

Top Tech Tidbits. The world's #1 online resource for current news and trends in access technology.

Subscribers: 18,208 Opt-In Subscribers were sent this issue via email. 170 Premium Subscribers were sent this issue via email.

aardrian, to accessibility
@aardrian@toot.cafe avatar

Re-filed a Chrome bug that was closed because the reviewer confused <abbr> for abbr:

abbr attribute (not element) not exposed to users
https://issues.chromium.org/issues/342194492

Mostly I want to use <th abbr> to spec. The attached video demonstrates a common use case.

Just rolling that windwill up a hill.

JAWS with Chrome navigating a calendar table where each column header is an abbreviated weekday name.

puneetsiinghal01, to accessibility
@puneetsiinghal01@mastodon.social avatar

Accessibility isn't a luxury or a burden—it's essential and affordable.

The negligence and indifference embedded in current designs are a direct affront to inclusivity and equity.

It's time to stop treating accessibility as an afterthought and recognize that without it, everything remains fundamentally broken.

goulet, to webdev
@goulet@techhub.social avatar

Should I use ::after pseudo-element to add a sort order indicator?

It feels like it's not very accessible because the semantic HTML content doesn't actual contain the sort indicator... but the way I'm conditionally adding it is by reading the aria-sort attribute so maybe that's the accessible part of things and the ::after content doesn't need to be SR-friendly 🤷

<th aria-sort="ascending">  
 <button>Name</button>  
</th>

<style>  
 th[aria-sort="ascending"] > button::after {  
 content: '▼';  
 }  
</style>  

aardrian, to accessibility
@aardrian@toot.cafe avatar

Folks.

I am once again a bronze supporter of Inclusive Design 24.

I want to see all of you presenting cool stuff (and making me look good as a result), but you won’t get that chance if you don’t submit before 7 June.
https://inclusivedesign24.org/2024/

Prior years are up there if you want to see the range of talks that have been accepted in the past.

aardrian, to accessibility
@aardrian@toot.cafe avatar

Chrome / TalkBack bug I first reported in 2020, and which was fixed for a time (?) appears to be back. Looking for confirmation before I file yet another one.

A named region with a tabindex does not expose its contents. Chrome / TalkBack only announces its accName and role.

I think I have an ugly workaround (“Shawarma” heading).

Test case:
https://codepen.io/aardrian/pen/ExzyadL

Similar to issue I filed earlier this month, which I limited to APG tab panels.

aardrian,
@aardrian@toot.cafe avatar

Got enough confirmation. Filed a Chromium bug:

Named regions with tabindex hide content from TalkBack
https://issues.chromium.org/issues/342172183

Thanks all!

MuseumShuffle, (edited ) to accessibility
@MuseumShuffle@mastodon.social avatar

During her presentation at @DeepDishSwift my jaw hit the floor when Kim Arnett said that not supporting landscape in your app could be an accessibility problem.

I started taking some baby steps towards supporting landscape mode in Please Don't Rain.

Edit: Fixed the background color not extending fully to the left and right by adding .edgesIgnoringSafeArea(.all) to the Color in my .background modifier.

davidbisset, to accessibility
@davidbisset@phpc.social avatar

(A "better" way to) listen to a web page in Mobile .

https://til.simonwillison.net/ios/listen-to-page

Jeremiah, (edited ) to webdev
@Jeremiah@alpaca.gold avatar

I was curious about what percentage of people visiting my site had set preferences for light/dark mode, reduced motion, or increased contrast. I also wanted to know what percentage had HDR support.

I figured out how to do that custom tracking with @plausible and wrote a tutorial.

https://www.jeremiahlee.com/posts/plausible-accessibility-tracking/?source=Mastodon

fabien_gandon, to random
@fabien_gandon@mas.to avatar

📢 RDF Dataset Canonicalization becomes a @w3c recommendation. It provides a standard RDF Dataset canonicalization algorithm

👉 https://w3.org/TR/rdf-canon

smallcircles,
@smallcircles@social.coop avatar

@fabien_gandon @w3c

The image shows a diagram of the RDF canonicalization in action. It is taken from the specification document and contains alt-text at:

https://www.w3.org/TR/rdf-canon/#fig-ca-overview

laura_carlson, to accessibility
@laura_carlson@mastodon.social avatar
koena, to accessibility French
@koena@mastodon.social avatar

🎂 Happy birthday ! Il y a 25 ans le 5 mai 1999 est publiée la 1ère version des Web Content Guidelines, les normes internationales pour l' du . @w3c https://buff.ly/4bJDMdL

gee, to accessibility French
@gee@framapiaf.org avatar

[Nouvelle BD rendue accessible] Dites adieu aux kilos en trop

Bon alors, pour en finir avec cette question : dans 1 ko, il y a 1000 octets ou 1024 octets ? Eh bah… c'est un peu compliqué. Je vous explique tout ça.

▶️ Lire cette BD : https://grisebouille.net/dites-adieu-aux-kilos-en-trop/
📗 Grise Bouille, Tome VI : https://editions.ptilouk.net/gb06
❤️ Soutien : https://ptilouk.net/#soutien

#a11y #BD #GriseBouille #kilo #kibi #binaire #vulgarisation #numérique

BD animée Un mec derrière son ordi dit « Alooooors, voyons ce que je peux mettre sur ce CD de 650 mégaoctets… » Puis il s'énerve soudain : « Hééééé ! Pourquoi il n'y a que 620 mégas de disponibles ?! C'est de l'arnaque ce truc ! »

NVAccess, to accessibility
@NVAccess@fosstodon.org avatar

Access for All: Two friends helping change opportunities for blind people with an open-source screen reader for all. Now on Microsoft Unlocked: https://unlocked.microsoft.com/nvda/

cssbasics, to accessibility
@cssbasics@hachyderm.io avatar

A Brief Note on Highlighted Text: "You must give it sufficient contrast — 3:1 for the highlight block against its background and (probably) 4.5:1 for the text within that highlighted block against that background." https://adrianroselli.com/2024/05/a-brief-note-on-highlighted-text.html

InsaneAtheist, to accessibility

For those of you who demanded that make their app more friendly, you got your wish. There's a new update out for it today. Please feel free to boost for those who don't already know. You're welcome. Smiley

juliemoynat, to accessibility French
@juliemoynat@eldritch.cafe avatar

Le mode sombre et le mythe de l'accessibilité (titre original "Dark mode & accessibility myth"), un article de @stephaniewalter où elle explique que le mode sombre pose des problèmes d'accessibilité à certaines personnes alors que tout le monde pense que le mode sombre serait mieux pour l'accessibilité…

Hé oui, ce n'est pas le cas pour tout le monde ! Elle sait de quoi elle parle, et moi aussi, parce que lire sur fond sombre est terrible pour nous.

La solution : laisser le choix entre mode clair ou mode sombre !

À noter qu'il est beaucoup plus facile pour les utilisateurices de changer un site qui ne laisse pas le choix en le passant du mode clair vers le mode sombre que l'inverse car les extensions pour passer au mode clair n'existent pas.

Donc si seul le mode sombre existe sur votre site web et que le mode lecture de Firefox n'est pas activable (il est activable sur les articles uniquement et des fois, sur certains articles, ça ne fonctionne même pas), je ferme votre site direct.

(PS : ne venez pas m'expliquer que vous avez besoin du mode sombre à tout prix. Il n'est pas dit ici qu'il ne faut pas avoir de mode sombre.)

https://stephaniewalter.design/blog/dark-mode-accessibility-myth-debunked/

access42, to accessibility French
@access42@social.a11y.fr avatar

Blog 📝 — Vous ne comprenez pas pourquoi vos zones live ARIA ne sont pas restituées par les lecteurs d’écran ?

Découvrez des pistes d'explications dans ce nouvel article de notre collègue Cécile Jeanne !

https://a42.fr/aria-live-regions-restitution

#a11y #ARIA #webdev #RGAA #HTML

patrick_h_lauke,
@patrick_h_lauke@mastodon.social avatar
WebAxe, to accessibility
@WebAxe@a11y.info avatar

Is Swiping a Path-Based Gesture?
By James Edwards.
https://www.tpgi.com/is-swiping-a-path-based-gesture/

aardrian, (edited ) to accessibility
@aardrian@toot.cafe avatar

I got name-checked in Jessica Weber’s 2024 Legal Update! It was for ’s SLAPP suit.

Got to lunch very late because people wanted to ask me questions, but not in front of the AudioEye executive who was in the room.

https://knowbility.org/programs/accessu-2024/the-2024-accessu-legal-update

aardrian,
@aardrian@toot.cafe avatar

I updated my post “ Will Get You Sued” with the image and a little extra nugget — but as a comment to leave the original post pure as the driven snow:
https://adrianroselli.com/2023/02/audioeye-will-get-you-sued.html#comment-290997

That may be my only blog post given my schedule.

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