(no title)
chucky | 3 years ago
LaTeX does come with hyphenation libraries for some languages, but web browsers would need wider support. There's also the question of how to standardize this, because you would have to ship hyphenation dictionaries for every language, and you would need to standardize this across browsers so they render pages the same.
LaTeX does ship with hyphenation libraries for a bunch of languages, but if you try to use it for any of the minor languages, you'll find the results are so-so and you need to manually hyphenate words to get decent results (this was my experience a decade ago at least).
All of the above could be solved, but sadly I suspect it wouldn't be worth the cost for the players that would have to be involved in solving it.
thristian|3 years ago
https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens
If you look at the language support tables at the bottom of the page, though, other browsers don't support nearly as many languages.
bombcar|3 years ago
The web tries to support every possible page width so some won't look great.
ksherlock|3 years ago