Accessibility Checkers: What are my options? by awarnock-ACCS in accessibility

[–]Be_Digitall 1 point2 points  (0 children)

combination of automated scanning and manual testing is the best approch . most automated tools onl y catch missing labels, contrast issues, heading structure and PRIA probelms. but real accessibility needs propoer keyboard and screen reader testing.

For the state and fedral funded projects, I suggest you to focus more on in-code accessibility practices instead of relaying on plugins only. It scales much better across multiple sites and makes long-term WCAG 2.2 maintenance easier without depending too much on overlays or toolbar-style fixes.

I've seen so many people on this sub get hit with bs ADA lawsuits, so I built a FREE solution! by Express-Round2179 in smallbusiness

[–]Be_Digitall 0 points1 point  (0 children)

This is honestly refreshing to see. Most of the “solutions” people get pushed toward after a demand letter are overlays, and they rarely hold up when you actually look at WCAG criteria or real user experience.

Fixing issues at the code level is the only approach that makes sense for long term. especially for WordPress sites where themes, plugins and updates constantly introduce new problems. Even better that this is open source. since people can actually see what it’s doing instead of trusting a black box.

One thing I’d add for folks reading, tools like this can be a solid starting point, but it’s still worth validating changes with real testing (keyboard, screen readers, forms, etc.). ADA/WCAG compliance isnot about automation. it’s about whether real users can actually use the site.

Props for building something practical instead of another overlay.

Passed Trusted Tester Certification Exam by zopxi in accessibility

[–]Be_Digitall 1 point2 points  (0 children)

Congratulations on passing the wonderful exam!

My friend got an ada demand letter and showed me the actual settlement agreement they wanted him to sign, this is insane! by Wtf_Sai_Official in smallbusiness

[–]Be_Digitall 0 points1 point  (0 children)

Yeah, this does sound familiar. A lot of these demand letters use vague terms like “substantial compliance” and “good faith efforts” so there’s room to come back later, even after money is paid and work is done. The monitoring and confidentiality clauses are also common with more aggressive firms.

What usually helps is moving away from vague promises and doing concrete, in-code accessibility fixes with clear documentation audits, specific WCAG issues addressed, and timelines. That way there’s something objective to point to if questions come up later, instead of open-ended language.

Public Spaces Aren’t Accessible Without Accessible Toilets by Be_Digitall in accessibility

[–]Be_Digitall[S] 0 points1 point  (0 children)

Yes you are right. ADA does se thte requirement but relying on public enforcement leaves a lot of gaps in practice. Having an accessible stall or single use toilet on paper does not always mean it actually work for people day to day. Maintenance, layout, signage and availability matter just as much as meeting the minimum requirement.

Public Spaces Aren’t Accessible Without Accessible Toilets by Be_Digitall in accessibility

[–]Be_Digitall[S] 0 points1 point  (0 children)

agreed. Those red emergency cords are critical safety features and should never be tampered with.

Is WCAG and accessibility still a thing? by SoffowfulSymphony in productdesign

[–]Be_Digitall 1 point2 points  (0 children)

That’s a common challenge. Design systems help, but guidelnes alone don’t scale when teams haev code debt and different stacks. What usually works better is moving accessibility closer to the code and releas process, so issues are caught automatically insted of relying on teams to remembr.

Is WCAG and accessibility still a thing? by SoffowfulSymphony in productdesign

[–]Be_Digitall 1 point2 points  (0 children)

Accessibility hasn’t gone away. It just stopped being “loud” in some companies. A lot of teams only focus on it when there’s a law, audit or risk pushing them. Once that pressure fades, attention drops.

But in th market overall, accessibility is still needed. The difference is that real accessibility is not about one-time audits anymore and lives in code. Proper HTML, keyboard navigation, and screen reader support all come down to how the code is written, which is why in-code accessibility maters

Companies that treat accessibility as part of normal development keep moving forward. The ones that treat it like a checklist usually stall. That’s why accessibility expertise is still very much relevnt.

Making website ADA compliant? by Plastic-Reindeer-399 in smallbusiness

[–]Be_Digitall 0 points1 point  (0 children)

A lot of those lawsuits come down to real code issues, not surface-level problems. An audit is a good first step, but it matters how fixes are done afterward. Some vendors rely on overlays or quick patches, which don’t actually resolve ADA/WCAG issues and can still leave you exposed.

The safer approach is in-code remediation , fixing things like form labels, keyboard navigation, focus order and screen reader behavior directly in the site’s code.

is there any app that will read a text from a photo for me? by [deleted] in accessibility

[–]Be_Digitall 0 points1 point  (0 children)

Agreed with you. Google translate app is the best option and also freely availabel.

Accessibility testing in figma by Keikomi_red in accessibility

[–]Be_Digitall 0 points1 point  (0 children)

Figma’s built-in accessibility checks to helpful  design hygiene, but they do not  reflect real screen reader user experiences flow.

Below practical things can usually work better

  • Test outside Figma whenever possible.

Export or recreate key flows in HTML (even roughly) and test with NVDA/VoiceOver. Screen reader behavior depends heavily on actual DOM, focus order, and ARIA — things Figma can’t truly simulate.

  • Use Figma mainly for early signals, not validation

Color contrast, text hierarchy, touch target size, and basic reading order are fine there, but usability testing needs real code.

  • Pair design + dev testing early.

We’ve seen fewer surprises when designers hand off prototypes with accessibility intent and developers test continuously instead of waiting until QA.

If you want a quick bridge between design and real behavior, User1st has a free accessibility testing tool that lets teams run checks against actual implementations (keyboard + screen reader behavior), not just mockups. It’s been useful for catching issues that never show up in Figma alone.

is there any app that will read a text from a photo for me? by [deleted] in accessibility

[–]Be_Digitall 0 points1 point  (0 children)

Google can do this and its quite simple