-
Notifications
You must be signed in to change notification settings - Fork 5
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
Attribute: epub:type="endnote" confusion #52
Comments
I can't speak for Apple. You will have to raise any Apple-specific issues with them, but I can try to explain some details: I am guessing that this comes from the update to DPUB-ARIA, in which role="doc-endnote" was deprecated. See https://www.w3.org/TR/dpub-aria-1.1/#doc-endnote for an explanation about how best to handle it. Since Ace by DAISY looks for parity between roles and epub:type, I suspect it's been incorporated as a warning in there. |
@TzviyaSiegman Thank you for your reply and hints. In Ace 1.2.7 In the DPUB ARIA 1.1 it’s said I think there should be a warning added in the Ace check when Or am I thinking the wrong way? |
Hello @typopaul , there is a known bug in DAISY Ace related to the |
I'll add to this discussion that Are Apple/Kobo rejecting endnote semantics because they want you to use footnote to work with their internal pop-up footnote feature or because there's a real issue they need to avoid? It would help to know more about why it's not allowed before deprecating it everywhere. For more background, the doc-endnote role is deprecated because of a technicality on how ARIA wants roles inherited -- one that they only discovered after we published the 1.0 module. You can use that role and it will work as expected with AT (it's recognized as a list item), but they didn't want to have the core ARIA specification depend on a module to satisfy role requirements (in this case, that the list role could also be satisfied by doc-endnote or doc-biblioentry, not just by listitem). The roles are not deprecated because there are real-world issues we need to avoid, in other words. That's why it's not critical to get the 1.1 update out as fast as possible (but it is hopefully going to CR soon). |
Hello at all!
I hope to be on the right place to share this question. If not, please guide me to where this questions belongs to. Thank you in advance.
From a professional EPUB production service company I got the information that Apple did not allow the usage of the attribute
epub:type="endnote"
in the past.But as far as I know this attribute is valid with the EPUB specs.
We asked Apple about the current state of this and they refer to the Kobo Specs and a similar issue and say to not use
epub:type="endnote"
, since it is not declared as an error by the EPUB validation check.But:
So now I am confused:
Apple says, it is not an error in the EPUB check, but it still should not be used?
Is the EPUB check not up to date? Or which resource is wrong here?
The text was updated successfully, but these errors were encountered: