Site logo

[Resolved] [Feature Request] I'd like a feature for auto hyphens

Home Forums Support [Resolved] [Feature Request] I'd like a feature for auto hyphens

Home Forums Support [Feature Request] I'd like a feature for auto hyphens

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1000635
    arthurweber

    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)

    #1000702
    David
    Staff
    Customer Support

    Hi there,

    the Hyphens property is not fully supported across all browsers – see here:

    https://caniuse.com/#search=hyphens

    #1004479
    arthurweber

    Hi there,

    Surprisingly it’s chrome not supporting it, while Edge and Firefox do.

    #1004523
    David
    Staff
    Customer Support

    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.