-
Notifications
You must be signed in to change notification settings - Fork 22
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
dpub doc-endnote code generating critical failure #274
Comments
Thanks for the report! This seems to be related to #239 indeed, but the other way around. Note that the specs are not clear about these role relationships (see w3c/dpub-aria#15), but in any case Ace should accept these as they are intended in DPUB ARIA. I'll fix this in the next release. |
Hello Romain, is this fixable as a new Axe patch, or by altering an existing one? |
I don't think this is "fixable" with the current state of the specifications. That said, if we want to allow the construct while we wait for spec clarifications, I would look into the |
Thank you Romain about the specification status. |
dequelabs/axe-core#1677 (comment)
|
"deprecate doc-biblioentry and doc-endnote": |
Fixed via: |
ACE 1.1.1
NODE 8.6.0
The second example in the dpub-aria spec for doc-endnote generates a critical failure, "Required ARIA child role not present: listitem".
Note sure if this is an ACE issue, AXE issue or a dpub one. Happy to generate a sample file if you need one.
(Also think it may be related to this issue)
EXAMPLE 18 code:
Our current test code:
The text was updated successfully, but these errors were encountered: