CSS3 word-break
- WDProperty to prevent or allow words to be broken over multiple lines between letters.
IE
- 5.5 - 10: Supported
- 11: Supported
Edge
- 12 - 100: Supported
- 101: Supported
Firefox
- 2 - 14: Not supported
- 15 - 99: Supported
- 100: Supported
- 101 - 102: Supported
Chrome
- 4 - 43: Partial support
- 44 - 100: Supported
- 101: Supported
- 102 - 104: Supported
Safari
- 3.1 - 8: Partial support
- 9 - 15.3: Supported
- 15.4: Supported
- TP: Supported
Opera
- 9 - 12.1: Not supported
- 15 - 30: Partial support
- 31 - 85: Supported
- 86: Supported
- 87: Supported
Safari on iOS
- 3.2 - 8.4: Partial support
- 9 - 15.3: Supported
- 15.4: Supported
Opera Mini
- all: Not supported
Android Browser
- 2.1 - 4.4.4: Partial support
- 101: Supported
Opera Mobile
- 10 - 12.1: Not supported
- 64: Supported
Chrome for Android
- 101: Supported
Firefox for Android
- 100: Supported
UC Browser for Android
- 12.12: Partial support
Samsung Internet
- 4 - 15.0: Supported
- 16.0: Supported
QQ Browser
- 10.4: Partial support
Baidu Browser
- 7.12: Supported
KaiOS Browser
- 2.5: Supported
Partial support refers to supporting the break-all
value, but not the keep-all
value.
Chrome, Safari and other WebKit/Blink browsers also support the unofficial break-word
value which is treated like word-wrap: break-word
.