Skip to content

Ace v0.8.0 “Beta 4”

Pre-release
Pre-release
Compare
Choose a tag to compare
@rdeltour rdeltour released this 24 Dec 03:45
· 213 commits to master since this release

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

To install Ace, run:

npm install -g @daisy/ace

Bug Fixes

  • cli: print the JSON report even when --silent is enabled (e108d4d), closes #112
  • outlines: only use headings text content in the outline (084fe4a), closes #129
  • report: limit the width of images (fd80592), closes #126
  • unzip: try to repair ZIP archives with extra comment length (#138) (4c8b532), closes #121
  • unzip: tweak error message to indicate possible ZIP corruption (434d9c2)

Features

  • data: extract and report link info from the Package Document (#130) (a010744), closes #96
  • report: add a 'Best Practice' rule category (b5ed308)
  • report: show source code snippets for violations (#134) (5e053fa), closes #82
  • rule: check that epub:type have matching ARIA roles (85ffb96), closes #70