Closed bertfrees closed 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.
text-align="justify"
Fixed in https://github.com/daisy/pipeline-modules/commit/9247acb5a07d1e1506af8a72a8b53a453118cc5d
When this style is present in the input, the conversion will fail with the following error:
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.