Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS word-break:keep-all not supported? [duplicate]

Tags:

html

css

I am trying to wrap all my text(Korean).

However, when I try word-break:keep-all, chrome and other browsers states that it is a invalid property. break-all, break-word property works.

enter image description here

What is going on here?

like image 742
Jee Seok Yoon Avatar asked Oct 14 '25 08:10

Jee Seok Yoon


2 Answers

According to MDN page:

keep-all value is unimplemented in webkit (see WebKit bug 43917).

Similar topic on SO (Check @MrAlien's answer):

  • Safari CSS word-break: keep-all; is not working
like image 171
Hashem Qolami Avatar answered Oct 17 '25 00:10

Hashem Qolami


Apparantly Chrome does not support the word-break: keep-all property.

See: https://bugs.webkit.org/show_bug.cgi?id=43917

like image 39
Leon Avatar answered Oct 17 '25 00:10

Leon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!