Archived topic
[Feature Request] I'd like a feature for auto hyphens
3 replies · Started by arthurweber on September 4, 2019
The feature could add the following css:
body {
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
That's what I tried. Though when I added this code to my custom css, it didn't start implementing hyphens. (Website is de_de)
Hi there,
the Hyphens property is not fully supported across all browsers - see here:
Hi there,
Surprisingly it's chrome not supporting it, while Edge and Firefox do.
Yeah it been on their bug list for 3 years and still no resolution. Pity seeing as its such a standard feature of any text based display.