Hi. I am giving continuation to the thread about texinfo's EPUB3 conformance.
I have tested, and I got the following results: ``` $ LC_ALL=C /usr/bin/texi2any --version texi2any (GNU texinfo) 7.1.1 Copyright (C) 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. ``` ``` $ LC_ALL=C /usr/bin/texi2any --epub3 my-file.texi $ epubcheck my-file.epub Validating using EPUB version 3.3 rules. ERROR(RSC-005): my-file.epub/EPUB/my-file.opf(3,58): Error while parsing file: package dcterms:modified meta element must occur exactly once ERROR(RSC-005): my-file.epub/EPUB/xhtml/Indice.xhtml(90,49): Error while parsing file: value of attribute "border" is invalid; must be equal to "" or "1" Check finished with errors Messages: 0 fatals / 2 errors / 0 warnings / 0 infos EPUBCheck completed ``` So, after all this time, and all the code you have put to texinfo, it still fails when I want to publish my book to the self-publishing platform (epubcheck conformance is mandatory).