Thanks for the update Eric.
I assume this works hand-in-hand with word-break
, or does it work independently?
So, if I have
-ms-word-break: break-all;
-epub-word-break: break-all;
word-break: break-all;
word-break: break-word; /*old webkit */
in my CSS, does hyphens:auto
replace it, or add to it?