You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a side effect from Epubcheck 4.2. @mattgarrish gave a good advice about using ARIA roles properly. So I removed roles in the links inside <nav epub:type="landmarks">. Logically, ACE warns about this : Element has no ARIA role matching its epub:type
The text was updated successfully, but these errors were encountered:
Right, I don't believe Ace distinguishes the specialized lists defined in the navigation document, and because epubcheck isn't currently validating role usage it will introduce conflicts that will then be exposed by the new version of epubcheck.
A good start at tuning down Ace might be to ignore any use of epub:type inside of nav elements, as I believe that's where EPUB really went astray from ARIA. Whether epub:type is used on the list items or on the a tags, it's typically being used to convey what structure is at the end of the link, whereas roles change the nature of the element.
Hi,
This is a side effect from Epubcheck 4.2.
@mattgarrish gave a good advice about using ARIA roles properly. So I removed roles in the links inside
<nav epub:type="landmarks">
. Logically, ACE warns about this : Element has no ARIA role matching its epub:typeThe text was updated successfully, but these errors were encountered: