wordBreak

abstract var wordBreak: WordBreak?(source)

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Syntax: normal | break-all | keep-all | break-word | auto-phrase

Initial value: normal

| Chrome | Firefox | Safari |  Edge  |   IE    |
| :----: | :-----: | :----: | :----: | :-----: |
|   1    |   15    |   3    |   12   |   5.5   |

See also