Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.3:41] The system shall be able to perform automatic hyphenation for uncontracted and contracted braille. #122

Closed
8 of 9 tasks
bertfrees opened this issue Sep 3, 2015 · 2 comments

Comments

@bertfrees
Copy link
Member

Requirement

[4.3:41] The system shall be able to perform automatic hyphenation for uncontracted and contracted braille.

sprint#3

Tasks

Test results

  • NO: The hyphenation works, but I want it to hyphenate more. I think Bert/Ammar is working on a solution.
  • SE
    • Main script: No word has been hyphenated, lines are broken between the words.
    • MTM script: OK
@bertfrees
Copy link
Member Author

In order to enable automatic hyphenation for all elements (the whole book), the following CSS snippet should be included (see also http://snaekobbi.github.io/braille-css-spec/#dfn-hyphens):

dtbook {
  hyphens: auto;
}

Neither the default style sheet (Mischa use no custom CSS) nor the CSS file that Jens used have this yet.

@bertfrees
Copy link
Member Author

Another reason why hyphenation didn't work for Jens (that is, if he used (translator:mtm)), is that the MTM translator doesn't support hyphenation yet in pre-translation mode. However why words were simply cut when a row is finished is not clear to me yet. Will investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant