Romain Deltour

Results 39 issues of Romain Deltour

_From [[email protected]](https://code.google.com/u/107648360298702922208/) on April 29, 2012 14:26:31_ PROBLEM: I have been using SVG inserts to scale elements in ePUB documents. The files validate cleanly in every detail, except that ePUBcheck...

status: completed
type: false-positive

We've started using GitHub Actions for automated builds (see #1261). Check list: - [x] Setup a CI workflow #1263 - [x] run simple Maven verify build - [x] cache Maven...

type: maintenance
status: in progress

Lack of an `alt` attribute is currently naïvely reported as a `USAGE`-level message (`ACC_001`). However, HTML5 rules are more complex than just "`alt` is required". See [4.7.1.1.22 Guidance for conformance...

type: improvement
priority: low
status: blocked

Today the most recent [vnu version available in Maven](https://search.maven.org/artifact/nu.validator/validator) is 20.7.2. This is quite old. Can a more recent version be published there? Also, is the release/tag/publishing pipeline documented somewhere?...

The HTML spec says: > If the [alternate](https://html.spec.whatwg.org/multipage/links.html#rel-alternate) keyword is also specified on the [link](https://html.spec.whatwg.org/multipage/semantics.html#the-link-element) element, then the link is an alternative style sheet; in this case, the [title](https://html.spec.whatwg.org/multipage/dom.html#attr-title) attribute...

enhancement

When using an HTML parser with `p:unescape-markup` to load some content in the HTML syntax, MathML and SVG islands should be properly namespaced. A sample test is: ``` xml title...

external-dep

- unify `ContentChecker`/`DocumentValidator` into a new `Checker` interface - refactor checkers into `AbstractChecker` (default empty implementation) + `PublicationResourceChecker` (contains boilerplate code shared by resource checkers) - introduced a new `MIMEType`...

status: ready to merge

In [F.2 Syntax](https://www.w3.org/TR/2022/CRD-epub-33-20221003/#app-viewport-meta-syntax): > A viewport [meta](https://www.w3.org/TR/2022/CRD-epub-33-20221003/#dfn-meta) tag [[html](https://www.w3.org/TR/2022/CRD-epub-33-20221003/#bib-html)] MUST have name and content attributes that conform to the following definition `meta` refers to the package document element rather than...

First, sorry about missing the discussion in #2292, #2341, and #2350 last summer. It went totally under my radar! 😅 A couple (late) comments: - there has been recent developments...

Topic-FXL
Spec-EPUB3
Spec-ReadingSystems

_From [[email protected]](https://code.google.com/u/116904555323702666006/) on December 22, 2011 11:31:34_ Add validation of CFI links: a) syntactical validity b) resolve _Original issue: http://code.google.com/p/epubcheck/issues/detail?id=150_

status: needs review
priority: low
spec: EPUB 3.x