daisy / ace

Ace by DAISY, an Accessibility Checker for EPUB
MIT License
74 stars 22 forks source link

Incorrect error reported for ARIA role "separator" on images #405

Open gregoriopellegrino opened 5 months ago

gregoriopellegrino commented 5 months ago

Please provide the following details if possible or relevant:

Ace by DAISY currently flags the usage of the ARIA role separator on images as an error with the message aria-allowed-role. However, according to the HTML ARIA specification, the role separator is valid for images.

Steps to Reproduce:

Expected Behavior: Ace by DAISY should recognize the ARIA role separator on images as valid and not flag it as an error.