Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Landmark-unique" triggered for nav elements when landmarks are unique #341

Closed
flittle8 opened this issue Feb 24, 2021 · 3 comments
Closed

Comments

@flittle8
Copy link

Per discussion with @mattgarrish It looks like Ace does not recognize the DPUB-ARIA roles so is seeing all three (below) as generic navigation elements. It doesn’t matter what DPUB roles are on the nav elements, it always complains.

One nav is identified as the toc, the other as the page list and a third as a generic nav.

Error message in Ace:

landmark-unique
Via: aXe
Text/toc.xhtml#epubcfi(/4/2[toc])
<nav xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:type="toc" id="toc" role="doc-toc"> <!--##--> <nav xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:type="landmarks" role="navigation"> <!--##--> <nav xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:type="page-list" role="doc-pagelist">
@danielweck danielweck transferred this issue from daisy/ace-gui Feb 26, 2021
@danielweck
Copy link
Member

Hello, I have moved this issue to the "Ace" project (which Ace App / GUI relies on). Thank you for reporting this bug. I am working on a series of related improvements and bugfixes.

@jenstroeger
Copy link

@danielweck, is it possible to add a link to the moved issue?

danielweck added a commit to daisy/axe-core that referenced this issue Apr 7, 2021
@danielweck
Copy link
Member

Fixed via daisy/axe-core@1a8dd7a
(will be shipped shortly as part of ace-next which will replace Ace 1.1.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants