Romain Deltour

Results 39 issues of Romain Deltour

EDUPUB, now known as EPUB for Education, was previously identified with a `dc:type` of "edupub", it has been now renamed to "education". The EDUPUB validation profile should be triggered for...

type: spec
spec: EDUPUB
status: has PR

Currently, new translations from Transifex have to be explicitly pulled by running the [`transifex-pull.sh` script](https://github.com/w3c/epubcheck/blob/v4.1.0/src/build/transifex-pull.sh). It would be less error-prone to try to integrate this resources fetch automatically, for instance...

priority: low
type: maintenance
status: needs contribution

Currently, EPUBCheck only provides the bare-minimum support for Java modules by declaring a `Automatic-Module-Name` entry to the jar manifest (see #1128). It would be nice to also provide a proper...

priority: low
type: maintenance
status: needs contribution

The removal of some errors/warning means some scenarios that were previously written as "When … Then … And …" now read "When … And …", which would be more understandable...

priority: low
status: ready for implem
type: tests
newcomers friendly 😊

**TL;DR:** should we revamp EPUBCheck’s message code system? if yes, how? ## Background: EPUBCheck message codes All the validation messages (e.g. warnings and errors) produced by EPUBCheck are associated to...

type: improvement
status: in discussion

Spawned from this [review comment]( https://github.com/w3c/epubcheck/pull/927#discussion_r247329596): > It's actually a problem all over with attribute tests. XML processors will normalize whitespace in attributes, but there are lots of tests where...

type: improvement
priority: low
status: accepted
spec: all

_From [[email protected]](https://code.google.com/u/[email protected]/) on May 07, 2012 16:43:07_ PROBLEM: In toc.ncx, when a TOC section scope (src attribute) is not included in the parent, there is no epubcheck warning or error....

type: feature
priority: low
status: accepted

_From [[email protected]](https://code.google.com/u/[email protected]/) on March 25, 2012 22:34:13_ Currently, the only OCF validation done is checking it's a conforming OCF abstract container, the requirements on the mimetype file hold, and that...

type: feature
priority: low
status: accepted
spec: all

Coming from #274: > XHTML 1.1, on the other hand, does require a doctype: > > There MUST be a DOCTYPE declaration in the document prior to the root element....

type: improvement
priority: low
status: accepted
spec: EPUB 2.x

EPUBCheck does contain a CSS parser, but it is not entirely conforming to the [CSS Syntax Module](https://drafts.csswg.org/css-syntax/#parse-rule). The code should be reviewed, and possibly updated to align with the latest...

type: improvement
priority: low
status: accepted