Re: [csswg-drafts] [css-text-4] Hyphenate only overflowing words?

Reading through this issue, it seems like `hyphenate-limit-zone` would solve the problem. AFAICT, to make it only hyphenate words that can't be moved to the next line would be `hyphenate-limit-zone: 100%`. It's also possible to set it to a lesser amount, e.g. `3em` or `25%`.

Balancing lines is a separate control, `text-wrap: balance`. (It might be worth clarifying how it interacts with `hyphenate-limit-zone`, though.)

@Nettsentrisk Let me know if this seems to solve your problem?

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/616#issuecomment-421169401 using your GitHub account

Received on Thursday, 13 September 2018 22:11:36 UTC