Skip to main content

Search

Items tagged with: A11Y


New #a11y testing video available!

Performing an accessibility test (3/3) — the mobile menu

Captions and transcript available

#GAAD
racheleditullio.com/projects/a…


Android Accessibility: A Developers Guide dev.to/steady5063/android-acce… #android #mobiledev #a11y


Please, please do not do this under any circumstance, if you care about your instance being accessible to the #blind and visually impaired (hint, you should).

#HCaptcha is a horrible example of how not to implement a #captcha solution, forcing people to register their email address and store a cookie, as well as disable cross origin restrictions on their devices in order to pass validation.

There are much better alternatives, such as the no-hassle github.com/mCaptcha/mCaptcha, which does not need any user input other than checking a checkbox. Alternatively, use captchas that provide text versions, e.g. via solving a math question or at the very minimum, provide an audio version, knowing that it is not ideal for the hearing impaired.

HCaptcha is NOT the future. #accessibility #a11y


Related, my HTMHell article "You Don't Need ARIA For That" htmhell.dev/adventcalendar/202… #aria #webdev #a11y #html


Common ARIA mistakes and how to avoid them oidaisdes.org/common-aria-mist… #aria #webdev #a11y


How-to: Use Firefox for accessibility testing a11yproject.com/posts/using-fi… #webdev #a11y #testing #ffx


"6 reasons tooltips are a bad idea and what to do instead": adamsilver.io/blog/6-reasons-t… And generally, tooltips have poor accessibility. #webdev #webdesign #tooltips #a11y #UIDesign


Case study on Meeting WCAG Level AAA tetralogical.com/blog/2023/04/… by @TetraLogical #wcag #a11y #webdesign #webdev


Chrome extension for testing WCAG 1.4.12.a Text Spacing — and it seems to work with iFrames! chrome.google.com/webstore/det… #a11y #tools


Google I/O: Weniger Hör- und Sehbarrieren bei #Android heise.de/news/Google-I-O-Wenig… #A11y


@modulux @:garfield:‍fuchsiaaaaaaaaaaaaaaaaa When testing web #a11y it's good to know that screen readers do often implement their own navigation paradigm as an addition to standard focus navigation and browser's caret navigation features. It's called browse mode. With orca on linux, you can press orca+a to toggle the browse mode vs focus mode when focus is inside a google chrome / chromium or mozilla firefox web content.
As for the TTS engines there is #RHVoice with some very good voices such as english voice named slt.


Home of your third party code and origin of missing labels:
#a11y
#a11y


I'm very pleased to announce that Cache the World, our re-architecture of the Firefox accessibility engine to improve performance, reliability and correctness, is now enabled by default on all platforms with today's release of Firefox 113. blog.mozilla.org/accessibility… #accessibility #a11y


This Wed I'll be presenting a half-day Web Accessibility Webinar (a crash course). It's free via INDATA. eastersealstech.com/a11y/ #a11y
#a11y


So my tool that I'm making is being made with Game Maker. Game Maker doesn't have built in Text To Speech capabilities, so I hired someone to make a DLL for GameMaker so GMS2 games can now work with NVDA, SAPI, JAWS, and a few others I never heard of! If you use GameMaker, check it out since it's licensed under LPGL! Also tell the developer they did good because they did!

github.com/Gannio/GMSTolkTalk

#GameDev #A11y #GameMaker #GMS2


The 2nd Annual Web Accessibility in Mind Conference: conference.webaim.org/ Aug 29–30, 12pm–5pm US ET. By WebAIM in partnership with Pope Tech. #webdev #webdesign #a11y #events


This has been going around on Twitter, but I neglected my community here :) I'm sorry about this :)
Tomorrow at noon EST, I will give a #talk on the #accessibility of #language #learning and #linguistics in general for #screenReader users as part of the a11yTalks event. This will be a public event with no need to register so if this is something any of you are interested in, here's the link :) a11ytalks.com/posts/2023-MAY/ #speaker #a11y


Designing for People with Cognitive Disabilities and Everyone Else youtube.com/watch?v=9Ae8bUlSSX… #coga #a11y #UIDesign #webdesign


if you're using javascript:void(0) as the value of the href attribute, the element you're actually looking for is <button> matuzo.at/blog/its-very-likely… Great series from @matuzo #webdev #html #a11y


Nice to see this #a11y patch get into #Mastodon github.com/mastodon/mastodon/i…


Blog 📝 — Un #SiteWeb 100 % conforme au #RGAA ? Grenoble Alpes Métropole l'a fait !

Avec notre aide, ce service public engagé pour l'#accessibilité #numérique a pu dépasser le cadre de l'obligation légale.

Découvrez notre retour d'expérience : a42.fr/cas-client-gam

#a11y #handicap


Writing even more CSS with Accessibility in Mind, Part 2: Respecting user preferences matuzo.at/blog/writing-even-mo… by @matuzo #a11y #css #webdesign #webdev


Designing and Coding for Voice: briandeconinck.com/designing-c… "make sure each interactive element has on-screen text that is visually and programmatically associated with the element" ⭐️ #a11y #UIDesign


Overlapping interactive areas [are bad in HTML] — please don't nest Anchors and Buttons! tempertemper.net/blog/overlapp… #webdev #webdesign #a11y #html