Romain Deltour
Romain Deltour
I've updated EPUBCHeck to allow `its-*` attributes (by removing them when pre-processing the XML before sending to the validators). It's a naïve temporary solution, but that proactively removes false-positives. I'm...
Good catch, thanks for the report!
Thanks for the suggestion @GeorgeKerscher! I believe however that adding such a context menu item might be out of scope given the current way to distribute EPUBCheck? As @marisademeglio said...
Also, it is not clear what the command would do: open a terminal window to run the epubcheck command? silently run EPUBCheck and open the text output in the default...
@iherman > So far the only point I found in the spec that may require some update is in the [file path and file names](https://www.w3.org/TR/2025/REC-epub-33-20250327/#sec-container-filenames) section. The current text says...
As a little test, consider the following URLs `http` URLs: 1. https://github.com/w3c/epubcheck/blob/main/src/test/resources/epub3/04-ocf/files/ocf-container-filename-character-composition-valid/EPUB/content_ü_001.xhtml 2. https://github.com/w3c/epubcheck/blob/main/src/test/resources/epub3/04-ocf/files/ocf-container-filename-character-composition-valid/EPUB/content_%C3%BC_001.xhtml 3. https://github.com/w3c/epubcheck/blob/main/src/test/resources/epub3/04-ocf/files/ocf-container-filename-character-composition-valid/EPUB/content_u%CC%88_001.xhtml `file` URLs: 1. file:///epubcheck/epubcheck/src/test/resources/epub3/04-ocf/files/ocf-container-filename-character-composition-valid/EPUB/content_ü_001.xhtml 2. file:///Users/romain/Work/epubcheck/epubcheck/src/test/resources/epub3/04-ocf/files/ocf-container-filename-character-composition-valid/EPUB/content_%C3%BC_001.xhtml 3. file:///epubcheck/epubcheck/src/test/resources/epub3/04-ocf/files/ocf-container-filename-character-composition-valid/EPUB/content_u%CC%88_001.xhtml A quick test on macOS (latest...
> Hm. From an outsider's point of view, I would consider the behavior of Safari on http.3 as a bug. But I acknowledge I did not dive into all the...
@mattgarrish, it seems `doc-pagefooter` and `doc-pageheader` never made their way to [ARIA in HTML](https://www.w3.org/TR/html-aria/), and consequently to v.Nu. What's that status of these two role? Shouldn't they be submitted to...
newer version of `commons-compress` seems to break all packaged EPUB tests with the following error: ``` ERROR PKG-005: The mimetype file has an extra field of length 53. ``` To...
Replaced by #1636. The issue was that newer versions of `commons-compress` aded extra fields (file modification dates) when creating the archive. We now explicitly set empty extra fields when creating...