CSS Property 'word-break'

Browser support
ChromeFirefoxIEOperaSafari
1553
CSS Level
3.0
Module
Text
Restriction
enum  
Example
p.album { word-break: break-all; }  
Reference
www.w3.org 
Description
Specifies line break opportunities for non-CJK scripts. 
Non-prefixed word-break values (3)
NameChromeFirefoxIEOperaSafari
break-all1553
Lines may break between any two grapheme clusters for non-CJK scripts. This option is used mostly in a context where the text is predominantly using CJK characters with few non-CJK excerpts and it is desired that the text be better distributed on each line.
keep-all1553
Block characters can no longer create implied break points. Otherwise this option is equivalent to 'normal'. This option is mostly used where the presence of word separator characters still creates line-breaking opportunities, as in Korean.
normal1553
Breaks non-CJK scripts according to their own rules.

Help make Visual Studio better. Report CSS bugs here