daisy / pipeline-mod-braille

!! NOTE: This project is now part of the pipeline-modules project !! | Braille Production Modules for the DAISY Pipeline 2
1 stars 4 forks source link

text-align:justify causes error #204

Closed bertfrees closed 4 years ago

bertfrees commented 4 years ago

When this style is present in the input, the conversion will fail with the following error:

[ERROR] java.lang.IllegalArgumentException: No enum constant org.daisy.dotify.api.formatter.FormattingTypes.Alignment.JUSTIFY

This is because the css-to-obfl code recognizes "justify" as a valid value and converts it to text-align="justify" in OBFL, which is not valid.

bertfrees commented 4 years ago

Fixed in https://github.com/daisy/pipeline-modules/commit/9247acb5a07d1e1506af8a72a8b53a453118cc5d