flyingsaucerproject / flyingsaucer

XML/XHTML and CSS 2.1 renderer in pure Java
Other
2.02k stars 565 forks source link

Add support for word-break:break-all CSS property. #438

Closed kdastephens closed 3 weeks ago

kdastephens commented 3 weeks ago

This PR adds support for word-break:break-all CSS property: https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#break-all

asolntsev commented 3 weeks ago

@kdastephens Thank you for the contribution. The only wish from me is to write an automated tests next time. Like this: https://github.com/flyingsaucerproject/flyingsaucer/commit/a5d2f33fc1f7558d2607a0

asolntsev commented 2 weeks ago

@kdastephens FlyingSaucer 9.11.0 has been released.