You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Ace does not provide an option to specify the version of EPUB Accessibility specifications, the version of WCAG (Web Content Accessibility Guidelines), or the desired WCAG level when checking an EPUB file for accessibility compliance. This can be limiting for users who want to ensure that their EPUB files adhere to specific accessibility standards and levels. This proposal suggests enhancing Ace to include these specifications as arguments for more precise accessibility checks.
Proposal
Add a new argument, that allows users to specify the version of EPUB Accessibility specifications they want to use as the base for accessibility checks. This can be set to either "1.0" or "1.1."
Introduce a new argument, to enable users to specify the version of WCAG they want to reference during accessibility checks. This can accept values like "2.0," "2.1," and, in the future, "2.2."
Add another argument, to allow users to specify the desired WCAG level for the accessibility checks. This argument can accept values such as "A," "AA," or "AAA."
In my opinion, by default, these arguments should be set to the latest version of EPUB Accessibility and WCAG 2.x, level AA.
The text was updated successfully, but these errors were encountered:
The architectural changes required to make Ace configurable in terms of the level of support for a set of revisions of particular specifications will be significant, and technically there is only so much Deque Axe allows us (the integrators / API consumers) to configure. Still, definitely worth looking into. Thank you for your suggestions.
Currently, Ace does not provide an option to specify the version of EPUB Accessibility specifications, the version of WCAG (Web Content Accessibility Guidelines), or the desired WCAG level when checking an EPUB file for accessibility compliance. This can be limiting for users who want to ensure that their EPUB files adhere to specific accessibility standards and levels. This proposal suggests enhancing Ace to include these specifications as arguments for more precise accessibility checks.
Proposal
In my opinion, by default, these arguments should be set to the latest version of EPUB Accessibility and WCAG 2.x, level AA.
The text was updated successfully, but these errors were encountered: