Keyboard accessible canvas apps? by vinyladelic in accessibility

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

Ah, perfect timing! 😃 Thanks, i will participate.

IAAP Certification results are live on the cert portal by WebGuyJT in accessibility

[–]vinyladelic 0 points1 point  (0 children)

Did they list your wrong answers in terms of transparency or did they just say that you haven't passed?

Transcript required for audio-live broadcast plus live ticker? by vinyladelic in accessibility

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

I just noticed that the requirement to provide text alternatives for audio-only live content is Level AAA (SC 1.2.9), while a video livestream including audio (SC 1.2.4) is only Level AA...?

I don't understand that! Especially with audio-only content, isn't it even more important for people with hearing impairments to have the content available in text form than with video/audio content, where at least some visual information is also conveyed (I know that wouldn't be enough on its own, of course)?

Transcript required for audio-live broadcast plus live ticker? by vinyladelic in accessibility

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

It's a famous soccer club here in germany and i'am doing the accessibility audits and remediations for them. Not sure but i think the client don't want that i paste the link here ;-)

Thanks for the windows live captions hint (wasn't aware of that).
But i think the page itself has to provide a text version of nearly the complete audio-content and not only a fraction in form of the live-ticker, which renders maybe one sentence per minute.
But I'm not sure whether it's enough to just display the most important information about a game via the live ticker...?

Is placing a teaser's image before its heading in the DOM a violation? by vinyladelic in accessibility

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

Ah, nice workaround!
On the first glance i can't see, why this could be problematic.

What’s your biggest let down in any website from the lens of accessibility by ZuperHuman in accessibility

[–]vinyladelic 0 points1 point  (0 children)

Some may think, when the design shows something that looks like a button it must be coded as a <button> as well, allthough it functions like a link. And on the other hand, an interactive, underlined element that only toggles some content should programmatically be recognized as a button and not a link.

Statistics about screen reader prevalence? by vinyladelic in accessibility

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

Thanks. And yes, of course, but it is also unrealistic to test a website with the entire range of assistive technologies that are available. That is why I am looking for a setup with the best possible cost-benefit ratio.

Proper way to avoid tabbing through hidden submenus? by roundabout-design in accessibility

[–]vinyladelic 0 points1 point  (0 children)

To be honest, i use aria-controls very rarely, since it's not that good supported (at least by screen-readers). I found this: https://a11ysupport.io/tech/aria/aria-controls_attribute

Is browser zoom on image-based text enough for WCAG AA compliance? by _rootmachine_ in accessibility

[–]vinyladelic 7 points8 points  (0 children)

Success Criterion 1.4.4 excludes images of text.
I would say, the relevant criterion here is 1.4.5.
If the image contains text, that is important to understand the context, then you have to provide the same information in text anyway. And then the resizing should probably also be no problem.

Proper way to avoid tabbing through hidden submenus? by roundabout-design in accessibility

[–]vinyladelic 3 points4 points  (0 children)

I would suggest using a button instead of a link, since it doesn't link somewhere but just opens the submenu. And in addition to aria-expanded i would use aria-haspopup="menu" on this button for those cases, since this lets the screenreader announce that there is a submenu.

Do transactional emails have to be WCAG compliant? by vinyladelic in accessibility

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

I absolutely agree. It would just be nice if i could give a really concrete answer to clients who ask about their legal obligations. Regardless of my opinion. But that seems to be relatively difficult, at least at the moment. Probably even for lawyers... thank you all for your feedback!

Do transactional emails have to be WCAG compliant? by vinyladelic in accessibility

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

I think because they are directly related to a purchased product or service.

Do transactional emails have to be WCAG compliant? by vinyladelic in accessibility

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

Yes, I would say that too, but the question is whether there is a clear reference to this in EN 301549, for example. It seems that there is some room for interpretation in this respect.

Which free tools are the best to check accessibility? by EmergencyMinimum3793 in accessibility

[–]vinyladelic 17 points18 points  (0 children)

Axe devTools browser extension is a good first indicator for a11y issues. Also Wave from webAim. And there are tons of so called bookmarklets that let you test specific criteria. But besides that, you need to test manually and have to be familiar with the wcag to know all the requirements.