edrlab / thorium-reader-epub-tests

W3C tests for EPUB 3.3 applied to Thorium Reader
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

(epub-test-fail: css-epub-hyphens) -epub-hyphens: auto generates no Hyphens #2

Closed gautierchomel closed 2 years ago

gautierchomel commented 2 years ago

The css-epub-hyphens test fails on section 3. Alignment set to Automatic or Justify, playing with text size and resizing window makes no Hyphens appears.

The CSS code of the test is margin: 1em; -epub-hyphens: auto;.

I understand that ReadiumCSS set -epub-hyphens: auto when user setting is set to Justify but looks like it does not works here.

Also ReadiumCSS has a feature to allow User choice for Hyphens that is not implemented in Thorium. Implementing it would be a plus for users. It may be a critical need in case of Dyslexia.

gautierchomel commented 2 years ago

By choice Thorium does not support -epub prefixed properties.