Skip to content

Ace v1.0.0-RC.1 (Release Candidate)

Pre-release
Pre-release
Compare
Choose a tag to compare
@rdeltour rdeltour released this 22 Jan 23:02
· 182 commits to master since this release

This is the first public release candidate of Ace, the Accessibility Checker for EPUB developed by the DAISY Consortium.

To install Ace, run:

npm install -g @daisy/ace

Bug Fixes

  • core: properly check Content Documents extensions (8641c36), closes #157
  • report: correct table column ordering (f93111f)
  • rules: add help title and description to epub-type-has-matching-role (a2506e4), closes #156

Features

  • data: report the presence of SVG Content Documents (659e189), closes #94