ace-daisy

XProc wrapper for DAISY's accessibility checker

Repository
Git URL https://github.com/transpect/ace-daisy.git
SVN URL https://github.com/transpect/ace-daisy
Base URI http://transpect.io/ace-daisy/

Source ⬇

tr:ace-daisy

XProc wrapper for DAISY's ACE accessibility checker. Default output are the validation messages as SVRL report and brief SVRL summary. If the a11y-htmlreport option is active, then a separate HTML report will be created.

Import

<p:import href="https://raw.githubusercontent.com/transpect/ace-daisy/main/xpl/ace.xpl"/>

Dependencies

Synopsis

<tr:ace-daisy xmlns:tr="http://transpect.io">
  <p:output port="result" primary="true"/>
  <p:output port="summary" primary="false"/>
  <p:option name="href"/>
  <p:option name="ace" select="'dist/bin/ace.js'"/>
  <p:option name="lang" select="'en'"/>
  <p:option name="rule-family-name" select="'epubcheck 4.2.6'"/>
  <p:option name="a11y-htmlreport" select="'yes'"/>
  <p:option name="severity-override" select="''"/>
  <p:option name="debug" select="'no'"/>
  <p:option name="debug-dir-uri" select="'debug'"/>
</tr:ace-daisy>

GitHub sync date: 2024-04-23+02:00