Soft break seems not to work in IE. Is there any alternative or how to make it work?
http://fiddle.jshell.net/88q54/1/
body {
font-size: 272px;
}
<div>W<wbr/>o<wbr/>r<wbr/>d</div>
I want the "word" to be breakable when it doesn't fit window width. The work is wrapped in webkit and mozila, but doesn't in IE (10/11).
I know that for made words breakable I may use css word-break: break-all;
but I want to be able to put soft break in certain position of the word so css word-break doesn't work correctly for me.
Don’tbe [shy](https://developer.mozilla.org/en/docs/Web/CSS/hyphens#Suggesting_line_break_opportunities)” – CBroe May 20 '14 at 11:06