SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

🤔 WCAG target size criterion question?

If an interactive control is nested in another interactive control (incorrectly)
e.g.
<button> touch me
<a href="#">🖐🏽 </a>
</button>

https://codepen.io/stevef/pen/NWoMeOM

When does it fail Success Criterion 2.5.8 Target Size (Minimum)?

SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

👁️ Know your Standards
Updated 21/11/2023

"Regularly people link to or quote from some outdated version of a specification. This can be confusing and detrimental to understanding, if the information is no longer correct or relevant."

https://html5accessibility.com/stuff/2020/11/24/know-your-standards/

WebAxe, to accessibility
@WebAxe@a11y.info avatar
tink, to uk
@tink@front-end.social avatar

If you're responsible for websites or apps in the public sector, the clock is ticking down to the time when those services will need to conform to 2.2 Level AA:
https://tetralogical.com/blog/2023/11/07/amendment-to-public-sector-accessibility-regulations/

SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

📌 Brushing up on WCAG as I am doing reviews (again) as part of my new job.

Have turned to @lloydi for the good oil on SC 1.4.11 Non-text Contrast

When I Get That Low Contrast Feeling, I Need Non-Textual Healing

https://www.tpgi.com/when-i-get-that-low-contrast-feeling-i-need-non-textual-healing/

notabene, to accessibility
@notabene@piaille.fr avatar

Hi, a few years ago I created this repo: https://github.com/notabene/wcag-process-matrix for a simple RACI-like matrix for WCAG 2.1.

I will soon delete it from Github, so if you want to fork it, please do so now.

RT at your leisure 😉

SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

How to test 3.2.6 Consistent Help by @siblingpastry

“This SC does not require that such things be provided, only that if they are provided, they can be found in a consistent location. Whether this amounts to a direct mechanism (e.g., chat window), or direct information (e.g., phone number), or is just a link to another page on which those things can be found, is not significant…”


https://www.tpgi.com/how-to-test-3-2-6-consistent-help/

WebAxe, to accessibility
@WebAxe@a11y.info avatar
amber, to accessibility
@amber@front-end.social avatar

We're looking for an SAAS product, not for overlays, but for 1) audits 2) accessibility certificates 3) legal rep for the client "just in case'' - we're aiming to start making sure all our sites are AA compliant, but can't assume the legal responsibility for it (we're a tiny studio) any recommendations would be appreciated!

ashleemboyer, to accessibility
@ashleemboyer@mstdn.social avatar

I've mentioned text-only zoom (separate from browser zoom) in my last two articles, so I wanted to share a bookmarklet I created that helps me test text size! 🧪

https://ashleemboyer.com/blog/an-accessibility-bookmarklet-for-testing-200-percent-text-size

This little tool can help you when checking for WCAG SC 1.4.4 Resize Text and 1.4.10 Reflow conformance.

wai, to accessibility
@wai@w3c.social avatar

You are invited to W3C WAI’s “Evaluating Accessibility: Meeting Key Challenges” Research Symposium online 16 November 2023.

Registration is free and required by Monday 13 November 2023.

Please see the program, schedule, and registration link at:

https://www.w3.org/WAI/about/projects/wai-coop/symposium3/

patrick_h_lauke, to Halloween
@patrick_h_lauke@mastodon.social avatar

for i'll go dressed as the Ghost of 4.1.1 Parsing

joelanman, to accessibility
@joelanman@hachyderm.io avatar

On the possible future of colour contrast in WCAG
https://yatil.net/blog/wcag-3-is-not-ready-yet
By @yatil

dennisl, to random
@dennisl@mastodon.social avatar

Well this made my day!
"Dennis published a quick post on his Web Axe blog reporting on WCAG 2.2, but it’s this CodePen demo he put together that’s the real gem."
https://www.smashingmagazine.com/2023/10/roundup-wcag-explainers/

WebAxe, to accessibility
@WebAxe@a11y.info avatar

"These (still) aren't the SCs you're looking for…" — terrific slide deck by @patrick_h_lauke from Conf: https://patrickhlauke.github.io/wcag-interpretation/#title

wai, to accessibility
@wai@w3c.social avatar

Linee guida per l'accessibilità dei contenuti Web (WCAG) 2.2 -- the Italian Candidate Authorized Translation of Web Content Accessibility Guidelines () 2.2 -- is available for review. See https://lists.w3.org/Archives/Public/public-wai-translations/2023Oct/0000.html -

yatil, to accessibility
@yatil@yatil.social avatar

Using a screen reader, observing “weird” patterns, and then finding WCAG issues to fail it under, is a very inefficient way to do accessibility audits.

And you get a lot of false fails with it, too.

alainmi11, to accessibility French
@alainmi11@mamot.fr avatar

Les recommandations en matière d'accessibilité des contenus Web viennent d'être mises à jour et une nouvelle version 2.2 a été publiée le 5 octobre :
https://www.w3.org/TR/WCAG22/

9 nouveaux critères font leur entrée définitive dans cette nouvelle version de la norme WCAG.
Le détail des nouveautés dans cet article d'une experte en la matière, @audreyblabla de chez @access42
👏 👏 👏
https://access42.net/wcag-2-2-publication/

tink, to random
@tink@front-end.social avatar

@SteveFaulkner at explaining that the claim that Axe Core can catch about 60% of issues (twice the usual estimate for automated tools), is because they use a different metric - the total number of issues it can identify, not the total number of SC it can check.

michael, to CSS
@michael@thms.uk avatar

TIL about scroll-padding. I can't believe I didn't know about this before, because it's so very very useful when using a sticky header/footer. With those it's very easy for focused elements to be hidden behind the sticky element, and scroll-padding can help avoid that:

https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-padding

michael,
@michael@thms.uk avatar

I learned about this in @aurooba 's excellent video on WCAG 2.2 here:

https://www.youtube.com/watch?v=vOGvBuwsD8o

Well worth a watch!

I find the CAPTCHA thingy fascinating. Personally I find both types of CAPTCHAs equally frustrating, but then those guidelines aren't written for people like me …

patrick_h_lauke, to accessibility
@patrick_h_lauke@mastodon.social avatar
SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

🐼 WCAG trash panda @patrick_h_lauke is in the house

aardrian, to accessibility
@aardrian@toot.cafe avatar
patrick_h_lauke, to random
@patrick_h_lauke@mastodon.social avatar

the trash panda is in town...

dennisl, to accessibility
@dennisl@mastodon.social avatar

Updated to 2.2! WCAG 2.2 Checklist with Filter and Links https://codepen.io/weboverhauls/full/zYvopYE

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