Romain Deltour

Results 39 issues of Romain Deltour

### 🤔 What's the problem you're trying to solve? I'd like to have optional free-form text in my steps: For instance: ``` Then error 123 is reported (because reasons) ```...

### 👓 What did you see? I'm trying to install the latest Cucumber for Eclipse plugin on a fresh Eclipse install (Eclipse IDE for Java), but the install fails due...

I believe the spec is not very explicit on how a UA is supposed to process a Web Book. For instance, to load a Web Book, would a UA unzip...

As described by @JayPanoz in w3c/publ-epub-revision#1238, there's a "hack" currently being used to allow non-XHTML HTML content in `iframe` elements. The spec says that such HTML documents (e.g. type `text/html`)...

question
Validation

Currently (v4.1.0), EPUBCheck has limited support for CSS validation, for instance: - it checks some syntaxic rules - it inspects some @-rules, notably to check which font resources are used...

question
Validation

It would be super helpful to have access to a large and representative data set of real-world EPUB publications, in order to get statistics on the real-word usage of specific...

question

Would it make sense to define [DOM Events](https://dom.spec.whatwg.org/#interface-event) for synchronized media? E.g. when narration starts/stops, when an element is played, etc.

Currently, a vocabulary is implemented in EPUBCheck either as a fully-checked vocabulary (for which unknown terms are reported as errors) or as an unchecked vocabulary (all terms are accepted). It...

type: improvement
priority: low
status: ready for implem

Since #1628 EPUBCheck applies Unicode normalization of URLs to check if they match an existing resource in the OCF container. This change was motivated by issue #1606, where the user...

type: spec
status: in discussion