Quote:
Originally Posted by cmcclaflinprcvi
We've been using this plugin for quite a while now, and we're suddenly getting an error!
|
I've updated the plugin and attached a new version to the first post. Please note that the ACE developers apparently haven't implemented the July 2019 recommendations of the
EPUB Type to ARIA Role Authoring Guide.
For example, ACE will flag the following tag:
Code:
<body epub:type="chapter" id="chapter001">
because there's an equivalent
doc-chapter ARIA role, however, it can only be used on
<section> tags.