I just noticed in Firefox (I assume it's the same in Chrome) a new property value called "anywhere" of a property "word-wrap". What does it do? I remember using normal (which is default) or break-word (for most uses) but what does "anywhere" mean? How is it different from "break-word"? Mozilla.org doesn't have it listed in their manual (yet?)
"anywhere" seems to do the same thing "break-word" does. I'm seeing this in Firefox 67.0
word-wrap: anywhere;
I don't really know what to make of it. Is it usefull? Has it always been there all this time and I just missed it?