Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WCAG 2.2 plans? #413

Closed
msgannon opened this issue May 15, 2024 · 8 comments
Closed

WCAG 2.2 plans? #413

msgannon opened this issue May 15, 2024 · 8 comments

Comments

@msgannon
Copy link

Does anyone know if there are plans to include WCAG 2.2 criteria to the Ace testing?
Thanks!

@danielweck
Copy link
Member

Hello, we are currently integrating the latest version of Deque Axe which is used by Ace to perform the checks inside HTML documents.

https://github.com/dequelabs/axe-core/releases/tag/v4.9.1

daisy/axe-core#12

WCAG support is described here:

https://github.com/dequelabs/axe-core/blob/develop/doc/rule-descriptions.md

Note that the EPUB Accessibility specification currently only references 2.1, but this will be tracked upwards as the standards evolve:

https://w3c.github.io/epub-specs/epub33/a11y/#sec-conf-reporting-pub

@danielweck danielweck transferred this issue from daisy/ace-gui May 15, 2024
@danielweck
Copy link
Member

Related: dequelabs/axe-core#4361

@msgannon
Copy link
Author

Thanks for all of this!

@lasselehtinen
Copy link

I was just looking into the same issue. What about the older WCAG 2.1 which is recommended even though 2.0 is the absolute minimum? I did not find a way validate against the 2.1 ruleset. Or is 2.1 support something that will come together with the Deque Axe integration?

@danielweck
Copy link
Member

Current Ace architecture is based on the premise that the latest revision of W3C EPUB Accessibility (1.1) is supported, there is no API control to select a target version, let alone to tweak WCAG conformance requirements. Ace simply executes Deque Axe for each XHTML documents in the EPUB publication. We do fork the Deque Axe codebase and we create our own build in order to address a few EPUB-specific points, so we have some scope to adapt the overall architecture and enable more flexibility (consumer-side) ... but this would be a non-trivial undertaking as I currently understand it.

@lasselehtinen
Copy link

OK I see your point. Your target is W3C EPUB Accessibility (1.1) which supports different WCAG versions. But the new EU accessibility directive is actually requiring WCAG 2.1 or greater. This is an issue because now we cannot validate ePubs against this standard with Ace.

@danielweck
Copy link
Member

WCAG 2.1 or greater

Deque Axe level of support is a little bit unclear to me, when I read this:
https://github.com/dequelabs/axe-core/blob/develop/doc/rule-descriptions.md

@lasselehtinen
Copy link

Did understood the commit correctly, now different ruleset combinations are supported and we can validate against spesific WCAG version?

If that is the case, when is the next release coming out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants