daisy / daisy/pipeline-modules

Braille conversions produce more warnings than needed

Open
#160 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
4
Forks
6
PR merge metrics
No merged PRs in 30d

Description

There are some warnings that the user can not do anything about. Some examples:

- Liblouis may try to compile a file that is not a Liblouis table. This generates a warning but should at most be a debug message. It is not relevant for the user and definitely not as a warning.
- A certain combination of CSS rules may justify a warning (to help the user detect mistakes), but if the user is not in full control of the style sheet, such warnings are sometimes unavoidable and can be confusing.
- https://github.com/daisy/pipeline-modules/issues/159

Sometimes we can defer warnings to when they really matter:

- For instance, showing a warning such as `text-transform: uncontracted` not being supported is only noise when the property is never used.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.