Skip to content

Ace by DAISY App v1.3.0

Compare
Choose a tag to compare
@danielweck danielweck released this 05 Jun 07:33
· 26 commits to master since this release

This is version 1.3.0 of the Ace by DAISY App, the official graphical user interface for the EPUB accessibility checker developed by the DAISY Consortium. The Ace App is available for the Windows, MacOS and Linux desktop operating systems.

Total Downloads of this version



Release Notes - Summary

Here is a list of notable changes since the previous release:

  • Upgraded to DAISY Ace v1.3.0 release which is based on the DAISY fork of Deque Axe version 4.7.2 (see daisy/axe-core#11 ). This brings many fixes and alignments with the latest ARIA specifications.
  • Support for the EPUB Accessibility 1.1 specification "Conformance and Discoverability Requirements for EPUB publications" (W3C Recommendation dated 25 May 2023).
  • Updated DAISY Knowledge Base (local documentation browser)
  • Fixed accessibility metadata conformsTo which can be a string label in spec 1.1, but was only URL (IDPF WCAG) in spec 1.0 => link vs. meta handling is now updated
  • Fixed ordering rule/check in page list.
  • accessibilitySummary metadata is now recommended (SHOULD), not required (MUST). The impact/severity is downgraded from serious to moderate.
  • conformsTo metadata is a link in the a11y spec. 1.0 (IDPF WCAG URLs), but can be string label in 1.1
  • metadata "refines" is not filtered out for a11y properties that are globally hoisted to the level of the publication (unlike say, media overlays duration for individual spine items, or dc:title subtitle title-type refine)
  • Updated Electron to latest version which includes a recent Chromium web browser engine revision (same as Ace "core" / command line, which now runs by default on Electron in order to ensure consistent reports with the GUI app).

Further Information

Documentation about the core projects (command line, HTTP interface, etc.) is available at the Ace support website. There is a dedicated subsection for Ace App.

The Inclusive Publishing hub provides useful guidance as well as higher-level marketing material.

Developers are encouraged to check the project homepage to learn more, as well as the GitHub Wiki pages.

Installation

  • MacOS: download the DMG file, open it, and drag the Ace by DAISY.app file into your Applications folder.
  • Windows: download the NSIS installer, and follow the step-by-step instructions.
  • Linux: download the AppImage file, and double-click the icon to immediately start using the application. Alternatively, you may download the Debian package to install the app via your package manager (e.g. sudo apt install ace-gui_1.3.0_amd64.deb).