[css-text] break-all opportunities to avoid breaking before first space
The 'white-space: break-spaces' feature, when used in combination with 'overfow-wrap: break-word' may allow breaking before the first space after a word. However, we should avoid it if there are previous opportunities, like white spaces. The 'word-break: break-all' feature allows breaking a word at any letter. Since the goal of this feature is produce the longest line as possible, these additional opportunities must be prioritized over any previous white space. Bug: 952254 Change-Id: I0b1c31219c0009c7050084dd552317342ec25b8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613177Reviewed-by:Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Cr-Commit-Position: refs/heads/master@{#660072}
Showing
Please register or sign in to comment